FR: More options for ulm_custom_card_andyblac_room_color_on possible?
Closed this issue · 2 comments
FelixArndt commented
Hey Andy,
which entity is decisive/crucial for this option: ulm_custom_card_andyblac_room_color_on?
It would be awesome, if the room-color changes if a light in a room is turned on and it would grey again if all lights in a room goes off.
Thanks in advance!
Felix
andyblac commented
hi, for this to work the room needs an entity, like this
- type: custom:button-card
view_layout:
grid-area: room10
template:
- custom_card_andyblac_room
name: Office
icon: mdi:desk
entity: light.office_dimmer
variables:
ulm_custom_card_andyblac_room_color_on: blue
FelixArndt commented
Thank you so much!!!