Seems like this would be simple, but I just want my neopixelbus lights to flash when they are turned on.
light:
- platform: neopixelbus
type: GRB
pin: GPIO3
variant: WS2812
num_leds: 4
name: "Downstairs DND Light"
id: downstairs_dnd_light
I’ve tried a bunch of stuff using the on_turn_on and flash_length to no avail.
What is the best approach here? I still want to be able to control the color of the LEDs.