SOLVED: ESPHOME transition time for neopixel LED?

Hi All

I have a couple of the multisensors originally by BRUH, and then modified a bit.
I’ve set up the NeoPixel on the esp8266, and it’s working perfectly, I use the LED to indicate different states.
But I can see in the log that it has a transition time of a second, is there a setting to get it shorter?

yes. Add default_transition_length: with a time value to the light object configuration in your ESPHome yaml. see the generic light component configuration page.

1 Like

YES, that looks so much better, thankyou very much!