Yeelight will only flash in RGB mode

Hi all!

I have a yeelight I have set up in a simple node red flow. I keep getting this error in my log when trying to call a specific node that has the yeelight flash.
" [homeassistant.components.yeelight.light] Flash supported currently only in RGB mode."

It doesn’t make sense because the yeelight is an RGB light and I have it set to an RGB color. The NR logic I have works fine (bulb turns on and turns red just like I want it to) it’s just getting the bulb to physically flash through the call service node that I am having trouble with.

The call light service node is pretty simple and is as follows:

Domain: light
Service: turn_on
Entityid : light.yeelight
Data:
{
    "rgb_color": [
        250,
        4,
        4
    ],
    "flash": "short"
}

Any ideas?

1 Like