any ideas why adding a color_temp to Action section of an automation makes the automation disappear from the list of available Automations? I’m using a GLEDOPTO Zigbee module to control my CW/WW LEDs. I’m able to turn them on/off, change the brightness without any issues. Furthermore, I can even use the color_temp from a script, or using a call from Services section of the Developer Tools (and it works). As there is no way of adding the color_temp in UI, I have to use “Edit as YAML”.
This time it’s definitely sorted. When you said “service call” in your previous post, from some reason I thought you mean script. If I use a “service call” and feed in the configuration data, it works without any issues.
So the final statement can really be “Setting color_temp (and probably other more custom settings) only works using Action type “Call service” with Service set to “light.turn_on” with Service data used”.