Gotcha. How disappointing. Is this documented anywhere? Also- how would I use ‘light turn on’ service in this case? The individual LEDs are not entities.
Hi @kylepyke, did you find an alternate solution for this problem? I am hoping to do the same thing. I was unable to figure out how to use a “call service” action to invoke this command. (Posted the same question in this related thread as well)
It sounds like zha-toolkit might offer some solutions to problems like this, but it seems to bring some additional complexity I would like to avoid if possible.
Would the zigbee2mqtt integration make this eaiser? I am open to switching since my system is not very large yet.
Just ran into the same thing. @jtbandes , did you ever find an easy way? I think this is the straw that breaks the yaml’s back and pushes me to pyscript.
action: script.inovelli_notification
data:
led: "{{ some variable here }}"
effect: "{{ effect }}"
duration: 255
color: 150
level: 50
switch: "{{ some variable here }}"
Not sure if this advice applies to other types of devices/actions, but perhaps you can see what the script is doing and make your own solution based on that.