#Automations failure
1 messages · Page 1 of 1 (latest)
Home Assistant Core
Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: automation')
2:54:05 PM – (ERROR) setup.py
Unable to set up dependencies of default_config. Setup failed for dependencies: automation
2:54:05 PM – (ERROR) setup.py
Error during setup of component automation
2:53:53 PM – (ERROR) setup.py
Home Assistant Core
2023-10-28 14:53:53.471 ERROR (MainThread) [homeassistant.setup] Error during setup of component automation
File "/usr/src/homeassistant/homeassistant/components/automation/init.py", line 252, in async_setup
File "/usr/src/homeassistant/homeassistant/components/automation/init.py", line 972, in _async_process_config
entities = await _create_automation_entities(hass, updated_automation_configs)
File "/usr/src/homeassistant/homeassistant/components/automation/init.py", line 856, in _create_automation_entities
File "/usr/src/homeassistant/homeassistant/components/automation/init.py", line 985, in _async_process_if
File "/usr/src/homeassistant/homeassistant/components/device_automation/condition.py", line 55, in async_condition_from_config
2023-10-28 14:54:05.174 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: automation
2023-10-28 14:54:05.175 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: automation')
okay I commented out every line in configuration.yaml and added them back one at a time. The error comes back only when "automation: !include automations.yaml" is included