HA Cloud not disabled in 0.102.2

Hi All,

I have “default_config” marked out. So lot of components are disabled now by default unless you add them on “configuration.yaml”

# Configure a default setup of Home Assistant (frontend, api, etc)
#
# https://github.com/poudenes/homeassistant

#default_config:

api:
config:
discovery:
shopping_list:
person:
map:
ssdp:
sun:
system_health:
updater:
logbook:
zeroconf:
mobile_app:

customizer:
  custom_ui: local

zone: !include_dir_list package/compontents/zones
switch: !include_dir_list package/compontents/switches
sensor: !include_dir_list package/compontents/sensors
fan: !include_dir_list package/compontents/fan
media_player: !include_dir_list package/compontents/media_players
light: !include_dir_list package/compontents/light
binary_sensor: !include_dir_list package/compontents/binary_sensors
calendar: !include_dir_list package/compontents/caldav
group: !include_dir_merge_named package/compontents/groups
input_boolean: !include_dir_merge_named package/compontents/input_boolean
automation: !include_dir_merge_list package/automation
script: !include_dir_merge_named package/scripts
notify: !include_dir_list package/compontents/configs/notify

frontend: !include package/compontents/configs/frontend.yaml
homeassistant: !include package/compontents/configs/homeassistant.yaml
history: !include package/compontents/configs/history.yaml
apple_tv_mrp: !include package/compontents/devices/apple_tv_mrp.yaml
shell_command: !include package/compontents/devices/shell_commands.yaml
tts: !include package/compontents/devices/tts.yaml
rflink: !include package/compontents/devices/rflink.yaml
zwave: !include package/compontents/devices/zwave.yaml
remote: !include package/compontents/devices/remote.yaml
nest: !include package/compontents/devices/nest.yaml
logger: !include package/compontents/configs/logger.yaml
http: !include package/compontents/configs/http.yaml
speedtestdotnet: !include package/compontents/configs/speedtest.yaml
weather: !include package/compontents/configs/weather.yaml
homekit: !include package/compontents/configs/homekit.yaml
recorder: !include package/compontents/configs/recorder.yaml

I have cloud: not add in config file but still it is active in HA 0.102.2

Can someone tell me how to disable this component again?

Read here

1 Like

I add mobile_app couple of days to configuration. Because the last iOS version requires it. So add this to the configuration and saw the cloud appear as well… Thanks for the post. Clear now to me.