Help needed with the TIME Trigger. So I have my Automations in a seprate Yaml file, with the
automation: !include automations.yaml
in the configuration.yaml file. I managed to correct some of the “at” triggers, but I still get the following 2 error, when I run “CHECK CONFIG”. And the errors point to “/config/configuration.yaml, line 205” which is the "automation: !include automations.yaml"
Invalid config for [automation]: [seconds] is an invalid option for [automation]. Check: automation->trigger->0->seconds. (See /config/configuration.yaml, line 205). Please check the docs at https://home-assistant.io/components/automation/
Invalid config for [automation]: [seconds] is an invalid option for [automation]. Check: automation->trigger->0->seconds. (See /config/configuration.yaml, line 205). Please check the docs at https://home-assistant.io/components/automation/
Hoping to get a better line location of the errors. I moved all the automations, back to the configuration.yaml file. Now when I run the “CHECK CONFIG”, the errors point to the start of the block of code,(ie. automations:).
So I went one step further, I removed ALL Automations, and now I get the following errors.
Invalid config for [automation]: [seconds] is an invalid option for [automation]. Check: automation->trigger->0->seconds. (See ?, line ?). Please check the docs at https://home-assistant.io/components/automation/
Invalid config for [automation]: [seconds] is an invalid option for [automation]. Check: automation->trigger->0->seconds. (See ?, line ?). Please check the docs at https://home-assistant.io/components/automation/
Now instead of telling me to “See /config/configuration.yaml, line 205” it says to "See ?, line ?"
Not sure why, With ALL the Automations removed, I have NO “Time triggers” now…