Hi All
I am running Appdaemon on docker using the following image acockburn/appdaemon:latest and seem to be having issues with getting icons to either change style or change to different icon
I have tried using the binary sensor widget but still doesnt change
Below is the code i am using
bin1:
title: Family Room Door Sensor
widget_type: binary_sensor
entity: binary_sensor.door_window_sensor_158d00019f6314
state_text: 1
icon_off: mdi-door
icon_on: mdi-security-home
icon_style_active: “color: #F71504;”
icon_style_inactive: “color: #c1c9c1;”
state_map:
“on”: Open
“off”: Closed
But the icon never changes depending on the state change