Controlling 3x MQTT lights as one + keep individual control

I have 3x Lohas RGBW Lights running ESPHome firmware configured to use MQTT (Autodiscovered) and I would like to have the ability to:

  1. Control the RGB colour / brightness of each one individually (via the individual HA Light for that bulb)
  2. Control the RGB colour / brightness of all three in sync (via a grouped HA Light for that room)

Any ideas how I might be able to do this?

Thanks in advance.

I think a light group would do what you want.

1 Like

Brilliant ! Thanks!..

light:
  - platform: group
    name: light.ledbulb212223
    entities:
      - light.ledbulb21
      - light.ledbulb22
      - light.ledbulb23