KaufHA/common

Add name to DDP Light Effect

Closed this issue · 3 comments

Add name option to DDP Light Effect like:

ddp:

light:
  - platform: neopixelbus
    type: GRB
    variant: WS2811
    pin: D1
    num_leds: 10
    name: "Test DDP Strip"
    effects:
      - addressable_ddp
          name: "WLED / DDP"
          timeout: 10s
          disable_gamma: true

Thanks. I'll add this.

Did you try this? It seems to already be working. I'll add it to the documentation.

Interesting, I tried it, it works. :)