Hi there,
I had setup an automation which runs every few seconds and calls this:
service: light.turn_on
data_template:
entity_id:
- light.hue_color_spot_1_2
effect: random
and this would turn this hue color spot light to a random color each time. I just updated Home assistant this morning to core-2021.12.1 and now this does not seem to work at all anymore.
This code does not work either if I manually run it using the development tools, so it’s not the automation per se which is the problem.
I saw some hue related changes in the change log and under breaking changes but it was not obviously related to this as far I can tell. Am I missing something?