[FIX] color_temp attribute renamed to color_temp_kelvin

This commit is contained in:
2026-03-27 21:04:19 +00:00
parent a22282ee43
commit b52f10d410
2 changed files with 5 additions and 5 deletions
@@ -303,7 +303,7 @@ actions:
then:
- action: light.turn_on
data:
color_temp: "{% if state_attr(light, 'color_temp')|int >= helper_max_temperature %}{{ helper_min_temperature }}{% else %}{{ state_attr(light, 'color_temp')|int + helper_temperature_change_step }}{% endif %}"
color_temp_kelvin: "{% if state_attr(light, 'color_temp_kelvin')|int >= helper_max_temperature %}{{ helper_min_temperature }}{% else %}{{ state_attr(light, 'color_temp_kelvin')|int + helper_temperature_change_step }}{% endif %}"
transition: !input helper_temperature_transition_time
target:
entity_id: !input light