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
this is not a huge issue, but I created this card for my RGBW lights, mostly to see the effects of some automations:
as you can see I have added state_color: true, but all the icons are red, becuase the total light is red.
This was working better when I was using each slider for each entity. This is a fibaro RGBW and it presents 6 lights, one for overall, and one each for r,g,b,w plus one as 'last light'. However, when doing that, I cannot use your attribute:red, because the red channel has no attribute. To get the current affect, I have to add the overall red 5 times, and use attributes to get red green blue white. This way, I get the nice colored slider.
So maybe a workaround is to offer the slider color as a separate function.
The text was updated successfully, but these errors were encountered:
I'm using auto-entities with slider-entity-row. When I have slider enabled, the icon color is forcefully set to the state color for that light but if I disable slider-entity-row, it obeys my state color option.
this is not a huge issue, but I created this card for my RGBW lights, mostly to see the effects of some automations:
as you can see I have added state_color: true, but all the icons are red, becuase the total light is red.
This was working better when I was using each slider for each entity. This is a fibaro RGBW and it presents 6 lights, one for overall, and one each for r,g,b,w plus one as 'last light'. However, when doing that, I cannot use your attribute:red, because the red channel has no attribute. To get the current affect, I have to add the overall red 5 times, and use attributes to get red green blue white. This way, I get the nice colored slider.
So maybe a workaround is to offer the slider color as a separate function.
The text was updated successfully, but these errors were encountered: