Group, scene, or light group?

Hi,

I have the following:
2x Hue lights (light.den_east, light.den_west)
since both Hue lights are in the Den, the Hue hub has actually created another light called light.den)
1x Tuya switch controlling a floor lamp (switch.den_lamp).

I’ve been able to make the floor lamp a “light” in configuration.yaml.

Right now, I use Node-RED to turn the Den lights on/off. However, I’d like to create a single control on my Lovelace UI that “looks” like one single light, using a Light Card.

I’m a little confused between a group, versus a scene, versus a light group.

For my purposes, how should I approach this please? Many thanks in advance.

ben

If you want a light card, then you want to wrap the switch with a light.switch, then you can put all those light. entities in a light.group. That resulting light entity can be used in a light card.