bokub / rgb-light-card

💡 A Lovelace custom card for RGB lights
MIT License
412 stars 24 forks source link

Entity group must be a light #62

Closed steviehs closed 2 years ago

steviehs commented 2 years ago

I guess this is not a bug but a noobs question:

type: entities
show_header_toggle: true 
entities:
  - entity: group.bad_ug_decke
  - type: custom:rgb-light-card
    entity: group.bad_ug_decke
    colors:
      - rgb_color:
          - 234
          - 136
          - 140
        brightness: 255
        transition: 1

gives me: Entity 'group.bad_ug_decke' must be a light The standard group card works fine on this group and allows me to set colours and temperature... What am I doing wrong?

bokub commented 2 years ago

Hi,

You should be able to make it work with a light group

Have a good day

steviehs commented 2 years ago

yes, thanks, that worked... I am still confused about all those homeassistant settings :-)