-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color_temp in Scenes #134639
Comments
Which integration is your light entity from? I think that one needs to be updated. |
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) scene documentation |
@rrooggiieerr I'm using Z2M and Tradfri bulbs |
Last I checked, it seemed scenes would only accept whichever color temperature parameter that was native to a light. I have a mix of Philips Hue bulbs connected through a Hue Bridge and IKEA Trådfri bulbs connected through ZHA with SkyConnect, which all say only I just manually edited a scene to only use |
Exact same issue (log entries) since 2025.1 |
This also happened to me with Hue lights connected directly to Z2M. I unselected the Color Temp setting and saved my automation. |
I have also received this message since the 2025 update. “WARNING (MainThread) [homeassistant.components.light] Got I simply replaced “kelvin” with “color_temp_kelvin” in the yaml view for the automations in question. And so far everything is working again without this message appearing again. |
The problem
Log message:
How to reproduce:
Looks like some part of HA still use the deprecated
color_temp
What version of Home Assistant Core has the issue?
2025.1.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Scenes
Link to integration documentation on our website
https://developers.home-assistant.io/blog/2024/12/14/kelvin-preferred-color-temperature-unit/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: