I’m having an issue with all my automations. If I restart HA the automations don’t appear in the panel, and also are not loaded at all. If I go to Configuration -> Automations the list is empty. So every time I restart HA I have to go and restart all automations, and then they appear and start working again.
Is there anything I have to add to the automations, or any script I can have so when HA is restarted it also restarts automations?
Mine did that for a while and then inexplicably it sorted itself out again. I had to make sure to go to the configuration tab > general > reload automations after every restart. That might help until your installation “fixes” itself
When I tried to use the automation editor a while ago I had some issues with it because I didn’t know that:
The automation editor reads and writes to the file automations.yaml in the root of your configuration folder. Currently, both the name of this file and its location are fixed. <
Just trying to make sure it’s not a ‘simple’ issue like that messing with your automations.
I’ve made more than my fair share of these kinds of mistakes
I have the exact same problem just starting yesterday.
Restart hass throug the UI and on boot I go to states and there are no automations showing, I go to config/reload automations and like magic they all appear again.
Not sure what the underlying issue is but if someone could help me out with a script to reload all automations on boot that would be a perfect work around for me.
I have this same problem. I suspect that my input_boolean automations have something to do with it, because when I disable all of them, it works again. But I can’t find what’s really wrong with them though.