We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When changing the colour temperature of a light using a light-card, the card sends color_temp, where it should send color_temp_kelvin.
The following error comes in to the logging of Home Assistant.
Got color_temp argument in turn_on service, which is deprecated and will break in Home Assistant 2026.1, please use color_temp_kelvin argument
color_temp
turn_on
color_temp_kelvin
Don’t generate an error.
YAML state
- Browser: (iOS app) - HA Version: 2025.1.0 - Mushroom: 4.2.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requirements
Current Behavior
When changing the colour temperature of a light using a light-card, the card sends color_temp, where it should send color_temp_kelvin.
The following error comes in to the logging of Home Assistant.
Got
color_temp
argument inturn_on
service, which is deprecated and will break in Home Assistant 2026.1, please usecolor_temp_kelvin
argumentExpected Behavior
Don’t generate an error.
Steps To Reproduce
Context
YAML state
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: