I have my lights usually set to a white ambient color, but use colored effects for some hollidays.
As such I have activated a colored scene for Halloween.
However calling the previous scene does not seem to turn on my lights in white ambient mode.
Has anything changed for scenes, or light entity?
The way I created those scenes was by setting the light into the colorsettings I light, then checking the attributes of the entity in the developer settings. Prior entering the observed values in the scenes.yaml.
Examples of my Scenes:
##########################################################
## Outdoor Garden Spots (Normal)
##########################################################
- name: Outdoor Lights
entities:
light.outdoor_spot_links:
state: "on"
transition: 2
brightness: 255
hs_color: [28.14, 61.899]
light.outdoor_spot_mitte:
state: "on"
transition: 2
brightness: 255
hs_color: [29.243, 77.486]
light.outdoor_spot_rechts:
state: "on"
transition: 2
brightness: 255
hs_color: [29.84, 85.19]
##########################################################
## Outdoor Garden Spots Halloween
##########################################################
- name: Halloween
entities:
light.outdoor_spot_links:
state: "on"
transition: 2
brightness: 255
hs_color: [41.143, 82.353]
light.outdoor_spot_mitte:
state: "on"
transition: 2
brightness: 255
hs_color: [33.425, 85.882]
light.outdoor_spot_rechts:
state: "on"
transition: 2
brightness: 255
hs_color: [25.248, 79.216]