andyblac/UI-Minimalist-Custom-Cards

FR: More options for ulm_custom_card_andyblac_room_color_on possible?

Closed this issue · 2 comments

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.

Example light turned on:
grafik

Example light turned off:
grafik

Thanks in advance!
Felix

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

Thank you so much!!!