I’m trying to set up an automation with my Aeotec LED globe in Home Assistant. The goal is to have the light turn on during the day at full brightness with a white color and switch to a dull red at night when a motion detector is triggered. While the motion detector successfully turns the LED on, adding color or brightness settings to the scene causes it to fail. The error message points to an issue with the rgb_color value, specifically that it’s receiving (111,0,1) which isn’t valid. I’ve checked the entity ID and it seems correct, but I’m unsure if the scene service supports the rgb_color parameter directly. I’m considering testing the service call separately or adjusting the syntax to use a list instead of a tuple for the rgb_color value. Any advice would be appreciated to get this automation working smoothly!