All my automations are by default off (state=off). When i go to settings and choose Reload Automations, all will will turn on state to ON, but i have to do this manually after every reboot.
I did not set any initial_state, so should be default (on).
I had a similar problem but not affecting all of my automations, just a part of them. I ended up setting initial_state: on for all automations and no longer have a problem.
Set the initial_state: true to the automations I heard the automations are sometimes disabled if you restart too many times within a short amount of time. If you set it explicitly there shouldn’t be a problem.
Bringing this old thread up again… I recently started to use packages and moved everything incl. automations into them. Before, every automation was “on” after a HA restart. Since they have been moved into packages, all automations are “off” after a restart - no matter if they were “on” or “off” before!
Is there any way to prevent this apart from using “initial_state: true”?