The scenes I used so far are not working since update to 0.46
As I understand it, a breaking change in 0.46 is that the light color can no longer be simulteanously xy_color and rgb_color, which seems logical. However, I do not have anything like that. My scenes are defined as for instance
however, it get the following message when I try to activate it
[homeassistant.core] Invalid service data for light.turn_on: two or more values in the same group of exclusion 'Color descriptors' @ data[<Color descriptors>]. Got None
The problem is that you can not used either rgb_color in the same time as color_temp . Can some one indicate it more clearly perhaps in the description ?
Disallow ambiguous color descriptors in the light.turn_on schema. This means that you can no longer specify both xy_color and rgb_color. (@amelchio - #7765) (breaking change)
Thank you for this information. But how do I disabled this? I cannot change my template in Yaml, and when I switch to Edit Automation I get my GUI back.
Thank you in advance for your answer (ben trouwens ook Nederlands).