Hope this is the right subtopic here.
I am using the Lidl Livarno Lux HG06106C E27 RGB LED in combination with ZHA (Zigbee Home Automation) and the Conbee II.
The LED RGB name:
light.tz3000_dbou1ap4_ts0505a_level_light_color_on_off
In the LIDL App I was able to start a color flow. How can I achieve this in Home Assistant?
Is this a scene or a script? Is there kind of an example or a template for color flow?
I tried it with yaml:
But random seems not to work.
It looks like that the device understands these commands:
'brightness_decrease', 'brightness_increase', 'flash', 'toggle', 'turn_off', 'turn_on'
How can I find out which commands are supported by a device for scripting? I got these commands by an error message but couldn’t find a place there to get a list of supported commands for each device.