Not able to change RGB light in User Interface

I am using a user interface method to do my automation, i want to turn on the light, then change the color to 255, 255, 0
but the automation doesn’t work. If i uncheck the RGB-color box, the light will turn on without any problem. But that’s not what i want. What’s the problem?

Try

[255, 255, 0]

“List” has a specific meaning: https://www.w3schools.com/python/python_lists.asp

1 Like

It works. Thanks bro