bokub / rgb-light-card

💡 A Home Assistant card for RGB lights
MIT License
419 stars 24 forks source link

Support for groups #9

Closed emruff closed 4 years ago

emruff commented 4 years ago

Is it possible to add support for groups?

bokub commented 4 years ago

Each icon simply call the service light.turn_on with your own parameters

The light.turn_on service works for lights groups (if they are in the light domain), so they're already supported !

emruff commented 4 years ago

I had my lights configured in a group instead of a light.group. Got it working. Thanks.