From Settings → Developer Tools → Actions, click “Go to YAML Mode” and paste this:
action: script.inovelli_led
data:
LEDnumber: All
LEDcolor_custom: >-
{'led 1':200,'led 2':195,'led 3':155,'led 4':150,'led 5':55,'led 6':55,'led
7':255,'all':0}
entity:
- light.office
LEDcolor: all custom on
You’ll need to replace the action: script.inovelli_led if you’re using the blueprint and the entity. This will simplify the problem. The above code works for me. If you’re trying to send other options, send those to me so I can reproduce the issue.
By the way, you can format your code so it’s easy to read and quotes don’t get “fixed”.