Skip to content
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

UI generates kelvin instead of color_temp_kelvin #139225

Open
Dzeckhausen opened this issue Feb 25, 2025 · 0 comments
Open

UI generates kelvin instead of color_temp_kelvin #139225

Dzeckhausen opened this issue Feb 25, 2025 · 0 comments

Comments

@Dzeckhausen
Copy link

The problem

Core 2025.2.5 on Green, UI generates kelvin instead of color_temp_kelvin for Color temperature. Does this for all new automations created with UI for WiZ bulbs.

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

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

alias: Test Kelvin
description: ""
triggers:
  - trigger: time
    at: "19:00:00"
conditions: []
actions:
  - action: light.turn_on
    target:
      entity_id: light.throne_room_wiz
    data:
      brightness_pct: 60
      kelvin: 3505
mode: single

Anything in the logs that might be useful for us?

Logger: homeassistant.components.light
Source: components/light/__init__.py:331
integration: Light (documentation, issues)
First occurred: February 21, 2025 at 10:46:05 PM (862 occurrences)
Last logged: 7:14:40 PM

Got `kelvin` argument in `turn_on` service, which is deprecated and will break in Home Assistant 2026.1, please use `color_temp_kelvin` argument

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant