I have a lot of scenes running with different dim levels that are controlled by the ha switch plate.
There are also some RGB led strip with it.
Now i made a remote control to control the color of the led strips with esp home.
I was able to get the xy_color value to a input_text.color sensor.
So the state of input_text.color is [0.312,0.127] and this can be changed with the remote.
I have this in a scene.
light.dressoir_led_strip:
state: On
brightness: 250
xy_color: [0.142,0.073]
Now i would like that the color part in the scene is changed by the input_text.color.
I have tried all different thing with data and templates but i can not figure out the correct way to do this.
Does anyone know how to do this?