Hi all,
Yesterday I was running hass.io 0.87 and had this color templates (among others) running perfectly:
with this customize.yaml:
sensor.indendoers:
device_class: temperature
templates:
icon_color: 'if (state > 24) return ''rgb(223, 76, 0)''; if (state >= 21 ) return
''rgb(12, 135, 102)''; return ''rgb(214, 189, 29)'';
'
Today I updated to 0.88 and after that they all appeared the “standard” color. Without doing any changes to my config, I tried to downgrade to 0.87.1 and the problem persisted.
Finally I went back to 0.87 and everything worked perfectly. Have I missed anything in the documentation?
Thanks!
-Christian