-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
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
Kelvin Argument has a strange behavior #139604
Comments
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) light documentation |
Same here. It's been like this for a couple months now. It's funny and strange they launched the warning but the UI generated code wasn't updated to match. :S |
Have same issue |
Anyone can help us with this issue? |
Same here. Is there a workaround in the meantime? |
I'll open a issue on frontend repo. I think there we gonna receive a answer. Edit: I opened there home-assistant/frontend#24932 |
@home-assistant/core can you take a look? |
Wait I'm confused. So is the issue being that we should all using |
We should to use color_temp_kelvin instead to use kelvin, until then ok. But the frontend is incorrect, the frontend use kelvin instead color_temp_kelvin. I opened a issue on the frontend repo but they closed saying that problem is from core. If you use kelvin or you use the frontend (without a edition on YAML as I said on top) you're gonna receive that message: Got kelvin argument in turn_on service, which is deprecated and will break in Home Assistant 2026.1, please use color_temp_kelvin argument Now think: what's is gonna happen in 2026.1 if the frontend is wrong? Doesn't work? The service doesn't work if you make your automations and scripts via frontend instead the YAML? That's my point. |
PR #142456 should solve this |
The problem
I have this warning in my logs:
Got
kelvinargument in
turn_onservice, which is deprecated and will break in Home Assistant 2026.1, please use
color_temp_kelvinargument
Until then ok, but I call this service directly on Developer Tools -> Actions that way:
And if a see the YAML option I see that: action:
The only way I can use color_temp_kelvin is editing the YAML mode, shouldn't update the web interface for this? Thank's a lot!
What version of Home Assistant Core has the issue?
core-2025.2.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
14.2
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: