All of a sudden with 0.49, all my automations are all defaulting to off when I reload HA. Did something change?
Once I reload automations from the Configuration page - all working again.
All of a sudden with 0.49, all my automations are all defaulting to off when I reload HA. Did something change?
Once I reload automations from the Configuration page - all working again.
not sure, but i really wish HA would remember which automations are turned off on restart. I have my sprinkler automations turned off as it is winter, but every restart re-activates them again. I had comment out the config, but comments are deleted when using the automation configurator⌠Very annoying!
Not sure, but I think you can add âinitial_state: âoffââ (or âonâ) as a parameter to each automation to control startup initial state.
@palitu You could try setting an input boolean condition in your automation config, HA remembers the state of those after restart.
Iâm experiencing the same. I havenât found anything in the changelogs about it yet.
I just ended up adding initial_state: âonâ to each of my automations - that fixed it!