it still crashes HA. I have not updated it to 0.27 yet, I will do it this evening and will let you know the result of the script. since i run HA from a docker container I assume I will be able to find the script form the termainal window from the container. I will let you know.
The good thing is that I got an error message in the log
16-08-31 19:39:31 homeassistant.util.yaml: while parsing a block mapping
in “/config/switches.yaml”, line 5, column 9
expected , but found ‘’
in “/config/switches.yaml”, line 6, column 39
any hints? the original issue still remains after the upgrade.
which for me makes absolutely no sense.
I do have another sensor in the same device (burglar) that have that setup. so i copy and paste with the other parameters…
i had to use the last line without any ’ or " i dont know why, but worked. also, if i try to supposed to be right code, using either of the 3 options (meaning " or ’ or nothing) it crashes the docker container without any warning.
in the current setup as in the code i just paste, if i add the: unit_of_measurement: ‘°C’ , it also crashes… so I am not 100% sure that this is working fine or if i step in some memory leak area… not a clue, but it working for the time being…