Closed dennisbrouwer91 closed 2 years ago
This worked in my case for a select item exposed by WLED. The trick is not using a nested data
key:
- type: call-service
service: select.select_option
service_data:
entity_id: select.wled_preset
option: Solid
label: Solid
Hello,
It looks like there is nothing else to do there, so I'll close this issue. You can re-open it if you need help.
Hi,
I'm trying to link the different colors that I have to scripts, and send the color to the script as a variable. But when I try this I get the message that the "data" part is not allowed. I tried putting it everywhere, but I can't get the var to go to the service.
Anyone with advice?