use code markdown on your config so we can better see what is going on. to use markdown syntax press the key to the left of the one on your keyboard three times at the beginning of your code block and at the end
Like this
Hi… Thanks for a quick response to help.
‘MarkDown’ is something very new to me and haven’t heard or used before.
What does it do ? Could you please tell me how it helps to debug…?? Tx.
Anyway, just did what you said and I got the following error in validation.
Error loading /home/homeassistant/.homeassistant/configuration.yaml: while scanning for the next token
found character ‘`’ that cannot start any token
in “/home/homeassistant/.homeassistant/automations/Motion-Action-v13-test.yaml”, line 3, column 1
no problem, did you check to make sure your entity id’s are the same some of mine changed after 0.88.1 other than that I cant see why this stopped working
[SOLVED] Hi. You hit the nail on its head. That was exactly the problem. All my automations were ‘off’ [didn’t know how]. I found the same automation was triggered from DEV tools but not from HA. That’s how, I discovered all were off.
It was a breaking change in the latest releases (0.86 if I remember correctly), where restoring states was changed. As a consequence, the initial state could not be recovered after restart once.
Since this change, the state is correctly restored so you can either add “initial_state: on” to every automation or call “automation.turn_on” services without any entity_id once.