#Got it.
1 messages · Page 1 of 1 (latest)
Open your Home Assistant instance and show your state developer tools
That's what's supported for that light entity
I only see 'entity' and 'state' for that bulb, and only on and off. Does that mean it doesn't support it?
It's got RGB_COLOR in the state_attributes yaml.
Ah. I don't have the effects_list attribute for that light.
Then you have no effects that HA can use
If I have a script that uses the API to change colors, how can I add it as an effect that HA can use?
You can't, not really, you'd have to call the script... and how you do that depends on whether that's a script for HA, or a shell script, Python script, etc
Say it's a python script. Since the device is added via tuya integration I was wondering if I could fork and add this script
You can't add it to the effect for the light entity, but you can (possibly) call the script