Hi Team
I can see that the Services, light.turn_on has a parameter ‘flash’. It says in the description “If the light should flash”. To me it sounds like this will make the light flash
But how is it used ?
“flash:” “???”
I have tried a lot but it just says that ‘flash’ is an unexpected keyword. !
Is the flash only supported by some type of lights ? this is a LED based on WS2812
/Jørn
Yes, most lights only support a few of the available service data attributes. If the light supports flash
, you send the value long
or short
in the data section of an automation.
1 Like
Okey - thanks
Yes - can see that my hue lights takes the parameter “flash”: “long” (and does a long flash for a few seconds).
But my LED does not have this feature.
thanks.
/Jørn