-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
0.66.x xy_color broken #13686
Copy link
Copy link
Closed
Description
Home Assistant release with the issue:
0.66.1
Last working Home Assistant release (if known):
0.65.6
Operating environment (Hass.io/Docker/Windows/etc.):
hass.io
Component/platform:
Lights
Description of problem:
As in my comments on: #13465
@balloob Is this the change that made my colours go pink?
My scene sets this for example:
light.kitchen_lightstrip:
state: on
brightness: 107
xy_color: [0.4575, 0.4099]
Scene gen detects the light has actually been set to:
light.kitchen_lightstrip:
state: on
brightness: 107
xy_color: [0.448, 0.419]
Just to confirm, I rolled back to 0.65.6 and set the same scene, then ran scenegen:
light.kitchen_lightstrip:
state: on
brightness: 107
xy_color: [0.4575, 0.4099]
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
name: Dimmer 01
entities:
light.kitchen_lightstrip:
state: on
brightness: 107
xy_color: [0.4575, 0.4099]Traceback (if applicable):
Additional information:
Guessing it was this pull somehow... #13465
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels