I’ve just started with HA and come from a IOBroker / NodeRED dashboard wich I’m currently replicating.
In our living room we have a group of lights wich consists of Zigbee and Shelly bulbs. Some of them we use at different maximum levels to ensure a evenly lightning setup.
I would like to use the default Tile card with the brightness slider to controll all the lights. This requires to send different brightness levels to each of the bulbs.
Looking for a starting point how to do such an implementation. I’m open to use a different card integration (preferable bubble card which I already use at a different point in the dashboard).
You don’t modify the controls they’re just for display purpose.
You have to modify the behavior of the light.
But in HA you don’t replace the light you make a template that runs alongside and does things how you want…
Use template light to make a synthetic light that behaves how you want. (it’s brightness slider ramps to match your other lights) the include THAT lamp in the group. When operating the group the end user has no clue nor doesn’t need to care its also passing g through a synthetic lamp
Thanks alot. I was already at the same page but was a bit overwhelmed with the possibilites.
So far I managed to create a simple solutions wich works fine. I’ll leave that for others.