Hi there,
I’ve got dimmable RGBW strips where each color is managed separately. Means, HA doesn’t know the color, treats any of them as a simple dimmable light.
That’s how do I use them at the moment:
square: false
type: grid
cards:
- features:
- type: light-brightness
type: tile
entity: light.ledy_red
color: red
icon: mdi:alarm-light
show_entity_picture: false
vertical: false
name: ' '
- features:
- type: light-brightness
type: tile
entity: light.ledy_green
color: green
icon: mdi:alarm-light
show_entity_picture: false
vertical: false
name: ' '
- features:
- type: light-brightness
type: tile
entity: light.ledy_blue
color: blue
icon: mdi:alarm-light
show_entity_picture: false
vertical: false
name: ' '
- features:
- type: light-brightness
type: tile
entity: light.ledy_white
color: lightgrey
icon: mdi:alarm-light
show_entity_picture: false
vertical: false
name: ' '
columns: 1
Having 4 sliders isn’t really efficient. I’d like to get this manageable via color wheel/pallete. Any suggestions how I could achieve this? The goal is to teach it how to mix the colors so I don’t have to mix them manually
Best regards,
K.M.