Tried moving quotes etc around but still unsupported action…
Now I get from the logs :
Error loading /config/configuration.yaml: while scanning for the next token found character ‘%’ that cannot start any token in “/config/automations.yaml”, line 10, column 4
6:34 PM components/hassio/init.py (ERROR) - message first occurred at 6:01 PM and shows up 4 times
while scanning for the next token found character ‘%’ that cannot start any token in “/config/automations.yaml”, line 10, column 4
6:34 PM util/yaml/loader.py (ERROR) - message first occurred at 6:01 PM and shows up 4 times
Changed the indentation. Now:
Invalid config for [automation]: [action] is an invalid option for [automation]. Check: automation->trigger->0->action. (See /config/configuration.yaml, line 13).
Saved everything to text file on local computer, had issues with NUC. Reinstalled everything, copied and pasted configuration.yaml. I’m by far just scraping the bottom of noob with this stuff. Corrected indentations, everything working now. Thank you guys very much.
Tom, thank you. Is there a reference I can use when trying to create automations, with all the variables, etc? I’ve been looking at YAML websites, but I can’t find anything all-inclusive.
perhaps try the GUI editor and then check the created yaml code after for hints. It will also not let you write stuff that is invalid. Many people will disagree with this as there’s a lot of hate for the GUI editor but it’s gotten a bad rap IMO.