I’m a little confused with the newer automation interface and its auto-generated code.
I create a lighting automation using the interface in Lovelace…
I want to specify the color and transition time, so I go into the “Edit YAML” option.
The problem is that no matter how I enter the variables here I get an error. Ive tried…
rgb_color:
- 20
- 85
- 255
and…
rgb_color: [20, 85, 255]
So what is the proper adjustments to the YAML to get this variable to work?
Thanks a lot,
Steven