How can i have the icons below the clock to change color depending on state?
It is working for all lights and switches.
- type: state-icon
tap_action: toggle
entity: input_boolean.guests_present
style:
top: 30%
left: 60%
padding: 0px
--paper-item-icon-color: rgb(89, 89, 89)
--paper-item-icon-active-color: yellow brightness(130%) saturate(1.5)
drop-shadow(0px 0px 10px gold)