How to group LimitlessLED lights from different controllers?

So today i found a struggle.

I try to group some lights, so I can control them all from one spot.

Easy, you would think. But what ever I do, I can’t get it right.

# MiLight integration
light:
  platform: limitlessled
  bridges:
    - host: 192.168.178.24
      groups:
      - number: 1
        name: Keuken tafel
        type: rgbww
        fade: true
      - number: 2
        name: Slaapkamer lampje
        type: rgbww
        fade: true
      - number: 3
        name: Slaapkamer paneel
        type: rgbww
        fade: true
      - number: 4
        name: Terras lampen
        type: rgbww
        fade: true
    - host: 192.168.178.44
      groups:
      - number: 1
        name: Woonkamer lamp
        type: rgbww
        fade: true
      - number: 2
        name: Keuken werkblad
        type: rgbww
        fade: true
      - number: 3
        name: Simcave lampen
        type: rgbww
        fade: true
      - number: 4
        name: RaafLedStrip
        type: rgbww
        fade: true
    - host: 192.168.178.92
      groups:
      - number: 1
        name: RaafLamp
        type: rgbww
        fade: true
      - number: 2
        name: Badkamer lamp
        type: rgbww
        fade: true

This is my configuration.yaml part, where the lights are defined. I can’t change anything in this, this format is mandatory for LimitlessLED config.

Because light is defined, and inside it also groups, no any normal way of grouping them elsewhere is working. File editor and configuration checker won’t let me pass, if I create a group of them in groups.yaml, I think, because this config already uses groups.

Light Group - Home Assistant won’t work, whatever I try, i get Duplicate errors.

I found this: Limitlessled control all groups

Interesting, but that makes a group of the four groups made under one controller. I need to group lights from all three controllers together.

Anyone knows, how to achieve this?

No one? Please… :- :pray: