rgb-light-card icon indicating copy to clipboard operation
rgb-light-card copied to clipboard

💡 A Lovelace custom card for RGB lights

Results 13 rgb-light-card issues
Sort by recently updated
recently updated
newest added

Simply added 'more-info' as a type next to 'light' and 'call-service', which opens the specified light entity in the usual popup.

The described error below is observed on mobile in combination with [lovelace-fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row). When the rgb-light-card is put in the `head:` of the lovelace-fold-entity-row, and every one of the color list...

Hi! Love your card. Its perfect for my lamps. However its missing haptic support. I would appreciate it very much if you could add it, thanks.

hacktoberfest

Would be nice if the number of buttons per row could be set.

Hello, After several months of running my script stopped changing the pre-set colors. If I click on any of the colors nothing happen. If I try to change the color...

"card.js" line 85 if (config.entity && (config.entity.indexOf('light.') !== 0 && config.entity.indexOf('group.') !== 0)) { throw new Error(`Entity '${config.entity}' must be a light/group`); } I am using the https://community.home-assistant.io/t/auto-light-grouping/516373 auto grouping...

First, this card is so elegant and has really made managing lighting much nicer for me. Thank you so much! Accd to the code, if an RGB light uses RGB...

Hey it would be cool if it was possible to change the shape of the colors e.g. by using the border radius atrribut to turn the circle into a rectangle...

Hi just wanted to add, RGBW leds are working too, like this: ``` colors: - rgbw_color: - 200 - 0 - 0 - 100 brightness: 155 ``` however, the icon...