And the error:
2018-02-13 22:03:40 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: while parsing a block mapping
in “/config/configuration.yaml”, line 114, column 5
expected , but found ‘’
in “/config/configuration.yaml”, line 116, column 82
So there seems to be some syntax issues here, and I can’t for the love of me figure this out.
Under condition completely remove the entity_id line, and change the single quotes on the outside of the curly brackets of the template to double quotes.
that did not work unfortunately, however it is not like I need to create the template in configuration.yaml first or? sorry if that was a stupid question
I’m looking to do something along these lines (using an attribute in an automation). Did you end up needing to create a sensor template first? Or did putting it in the automation do it for you? Would you be able to post up your final, working code?