Hi,
My automation stopped working yesterday. Logs shows that none of them are being triggered anymore. (No errors on startup)
I have just a few and deleted all, updated HASS.IO to the latest version. Created one again, and still nothing.
The one I created is triggered via MQTT, the switch is sending the correct PAYLOAD and to the correct topic - but nothing…
All automation stopped working, and I cant seem to get them running again?
You don’t need to add that code (initial_state: ) code to the automation.
You only have to manually re-enable the ones you want enabled.
After that HA will remember the status across restarts. If you put that line in your code then every time the automation will always start in that state even if you had it off before restarting.
How do you manually re-enable automation? I added the initial_state to my automation.yaml, and it worked until the new 0.86 update. Now again no automation’s are running…