Hello everyone,
I’m having a bit of trouble understanding how to use the service: flux_led.set_zones
It is documented here: Magic Home - Home Assistant
But I don’t really understand how to select which individual Led will light up.
For example I have an Addressable v3 (0xA3) model, with 72 leds. How can I only light up the first 9 ones with red color, the following one with green and customize my led strip?
Thanks for your help!
If you want to set individual ones, Make sure you have set the segments to 1 and the pixels per segment to 72 in the device configuration. Then provide 72 RGB values for colors
If you want them to repeat over and over you could set segments to 2 and pixels per segment to 36 and then only provide 36 RGB values, etc
1 Like