Skip to content

0.66.x xy_color broken #13686

@NaffanDroo

Description

@NaffanDroo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions