Hello, syntax error after add a sensor and template for my existant configuration.yaml.
Konfiguration failure!
Error loading /config/configuration.yaml: while scanning for the next token found character ‘\t’ that cannot start any token in “/config/configuration.yaml”, line 39, column 1
The code you posted is formatted wrong. How did you get this code and did you post it here using the code tags? Just a quick glance and i see that you have double quotes in your double quotes. That wont work anyway: command: “curl http://192.168.178.26/status.html | grep -e “\var webdata_now_p” | cut -d’”’ -f 2"
Will be read as “curl http://192.168.178.26/status.html | grep -e “ so the next character will be a \ and that will fail.
Thanks for the helpfull hints! Finaly I am using now the file editor with syntax check to edit my configuration.yaml.
The first part of the new added entries are now valid. But I still have a problem to add with valid syntax check the last part to my configuration.yaml. What could be the reason that the following lines are invalid?