You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a light supports RGB or XY, it renders us a switch, and not a slider.
Whilst this is overridable, it would be great for it to be automatically picked up.
I'm not sure whether it would be best to list all of the supported light modes that are likely to have brightness or add a check for attrs.brightness
Unfortunately, it looks like entities lose their brightness attr when turned off.
The text was updated successfully, but these errors were encountered:
Due to the line here:
light-popup-card/src/light-popup-card.ts
Lines 161 to 163 in 3543c29
When a light supports RGB or XY, it renders us a switch, and not a slider.
Whilst this is overridable, it would be great for it to be automatically picked up.
I'm not sure whether it would be best to list all of the supported light modes that are likely to have brightness or add a check for
attrs.brightness
Unfortunately, it looks like entities lose their brightness attr when turned off.
The text was updated successfully, but these errors were encountered: