Automation won't start anymore

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’)

Did you ever figure out what went wrong? I’m in a similar situation since upgrading to 11.1, most of my integrations do not work anymore (bluetooth, fritz!box, tasmota-stuff)
Help!

Ok, it seems it was just a matter of time? I connected to the console (I’m using DSM as host), pressed a few times return, waited a bit longer, and suddenly HA started again. No idea if the “pressing return a few times helped”, but now it’s running again. I’d say it took something like 7-10 minutes or so to restart the VM - normally, this starts much faster.
But - it’s running, I’m happy. And so is the wife. :slight_smile:

That’s great to hear, most times one of the statements in automation.yaml was changed and because all are in one file it’s broken. Will try this next time and i’ll be sure we see that :thinking: