home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70k stars 29.07k forks source link

LimitlessLED integration scene doesn't save color temperature #75340

Closed brianegge closed 1 year ago

brianegge commented 2 years ago

The problem

I have one scene with a warm color temperature and another with a cool. My other RGBWW integrations save / restore scene state without issue.

What version of Home Assistant Core has the issue?

2022.7.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

limitlessled

Link to integration documentation on our website

https://www.home-assistant.io/integrations/limitlessled/

Diagnostics information

No response

Example YAML snippet

When I save the scene, it saves the color_mode as 'hs' not 'color_temp'. 

    light.mailbox_light:
      min_mireds: 153
      max_mireds: 500
      effect_list:
      - night_mode
      - white_mode
      - '0'
      - '1'
      - '2'
      - '3'
      - '4'
      - '5'
      - '6'
      - '7'
      - '8'
      supported_color_modes:
      - color_temp
      - hs
      friendly_name: Mailbox Light
      supported_features: 63
      color_mode: hs
      brightness: 128
      hs_color:
      - 0
      - 0
      rgb_color:
      - 255
      - 255
      - 255
      xy_color:
      - 0.323
      - 0.329
      color_temp: 370
      state: 'on'

Anything in the logs that might be useful for us?

No response

Additional information

No response

probot-home-assistant[bot] commented 2 years ago

limitlessled documentation limitlessled source (message by IssueLinks)