Hassos 11.1
Core 2023.10.5
Did just the core update from 2023.10.3 and after restart (tried reboot too) the automations are trashed. Got the diagnostic warning and this in the logs. What maybe wrong here?
2023-10-30 21:42:37.072 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-30 21:42:49.550 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: automation
2023-10-30 21:42:49.551 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: (DependencyError(…), ‘Could not setup dependencies: automation’)