Automation or configuration error? How to fix?

Hello All,

First all thank you all for your help. Everyone has been so helpful. Would you guys help me track down and fix the recurring ERROR I keep getting. I assume it is an automation but it does not make sense to me.

If anyone needs to see line 31 here it is

image

Thanks so much for your help.

It is pointing to line 32 (the count starts at 0), in other words, in your automations.yaml file.

You have a misconfiguration in your automations.

Thanks @tom_l

Here is the Automation that this is pointing to, but in my limited experience I do not see anything wrong.

image

Thanks

It isn’t pointing to that one. It’s pointing to the include file line in your configuration.yaml file.

It’s not much help. You have to search through your automations.

If nothing is immediately obvious from a quick visual scan, you can do a binary search.

Comment out half the automations. Do a config check. You now know which half of your automations the fault is in. So halve that and repeat, etc…

You will quickly narrow it down.

1 Like

Thanks @tom_l, I had to cleared out all my automations and redid them anyways. Which cleared the error.