Inactive icon doesn't change

I just cant seem to figure out why, in my hadashboard, the icon in the “active” state reflects the cosmetic argument, but in the “inactive” state, it does not. All of the widgets in my dashboard respond like this. For the widget below, when the laundry light is active, the icon is larger and yellow, but when it is inactive, it is smaller and grey.

   laundry_light:
    widget_type: light
    title: Laundry Room
    entity: light.laundry_room
    icon_style_active: "color: yellow; font-size: 400%"
    icon_stlye_inactive: "color: red; font-size: 400%"
    icon_on: mdi-washing-machine
    icon_off: mdi-washing-machine

Could there be a setting somewhere that is overriding this?

Thanks!

you have a typo

icon_stlye_inactive

Ugh…what a silly miss. Thanks so much for catching my simple mistake. Guess I typed it wrong once and then copied and pasted the rest. All working now! Appreciated.

1 Like