I’m having a similar issue. I also have a working input_select. However, when I try to use it via this card it triggers the light on command and not at all the input_select options. I can see this from the logs as an error/warning “light already on”.
Anyone else having the issue with this card where config.yaml defined light groups no longer show controls like brightness, color, etc? All I can do in my interface is toggle the switch on and off, but I get no controls in lovelace for brightness or anything else. The brightness controls show up in the entities themselves, but not in this card.
EDIT: Looks like it’s the same issue everyone else is having re: consolidated entities…
I thing there is an error in the HA. i always used the original RGB card with my Athom RGBWW. since a few days the card works not fine. the color temp doesnt work. changing from white to any color by tapping in the colorwheel does nothing. of course this i went to this RGB card.
I noticed the same issue and was bummed. I like this card, because I can hide everything and JUST have a brightness slider under a larger “button”. It works well in a dashboard setup. Hoping this gets fixed in a future update. It used to work great with light groups.
Got the card working, looks great!
Just wondering is there a setting in HA or the card when using the slider to update while moving?
Currently it only sends a change on commit or release of the slider.
Just feels clunky having to release the slider for an update/change in intensity to occur.
Sorry if this is not a card related question and is a HA specific question.
I have a problem with the color wheel showing as well. This happens with WLED devices. I have a Shelly controller that does display the color wheel ok, so my assumption is something changed in a recent WLED update (WLED is version 13, Light Entity Card is 4.4)
The newest version added support for the new color_modes attribute as a fallback. I’m seeing WLED entities that still use the old supported_features attribute (which is fine) but that value does not add up to say it supports color wheel. supported_features & 16 is the operation to see if your entity supports color wheel. If this returns zero then according to HA, that entity does not support color wheel.