Anyone any idea?
All my automations are after a restart suddenly all on off state.
Do you have the initial state set?
There was a change awhile back where the default was changed.
I’ve got the following in my config:
customize_domain:
automation:
initial_state: 'on'
you may want to check what was the last automation than ran. I had this when I had a flaw in one of my automation that resulted in an infinite loop. Think there are some safety stuffs built-in to stop automations from loading if such a scenario occurs.
Hmm , could be related then to system hang during trialling the stream service.
is initial_state: 'on'
the same as initial_state: true
?
The link in this post by @silvrr has initial_state: true
note the lack of quotes. I’m 90% sure this is how I have it in my config. I have read some sources that ‘true’ will convert to True, but it might depend on yaml version.
Thanks @lolouk44 , I’ll change it just to be sure.
BTW, your not the Laurent from Navman years ago, are you?