I’ve been getting the following error notification for quite some time now and I don’t know how to fix it.
In configuration.yaml, line 8 there is only: group: !include groups.yaml
I hope someone can help.
Thanks!
This is the notification:
Invalid config for [automation]: invalid template (TemplateSyntaxError: expected token ‘end of print statement’, got ‘sensor’) for dictionary value @ data[‘condition’][0][‘value_template’]. Got None. (See /config/configuration.yaml, line 8). 09:24:26 – (ERROR) config.py
!include groups.yaml
Means to include the content of that file, as if it were in configuration.yaml, the actual error could be in any of the files you have included. Have a look in them all to see if you have anything similar to the text it’s complaining about.
Once you find it, if you can’t fix it, then post that file (properly formatted) and I’m sure someone will be able to help.
1 Like
The error messages don’t cope well with !include
s. Please post the first 20 or so lines of configuration.yaml
, properly formatted.