ybist
ybist
same problem 0.109 is ok. `binary_sensor.pir_*: templates: icon: > if (state == 'on') return 'mdi:motion-sensor'; return 'mdi:walk'; icon_color: > if (state == 'on') return 'red'; return 'green';`
> > same problem > > 0.109 is ok. > > `binary_sensor.pir_*: templates: icon: > if (state == 'on') return 'mdi:motion-sensor'; return 'mdi:walk'; icon_color: > if (state == 'on') return...
> > > this is now solved, Ive created a PR, but the fix is explained here: > > > [home-assistant/frontend#5892 (comment)](https://github.com/home-assistant/frontend/issues/5892#issuecomment-630910390) > > > hurray! > > > >...