-
-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
blueprintAn issue related to a blueprintAn issue related to a blueprintbugSomething isn't workingSomething isn't working
Description
Blueprint name
Hook - Light
Home Assistant Core Version
2026.3.1
Home Assistant Installation Type
Home Assistant Container
Description
color_temp which is used in the Hooks - Light blueprint was removed. This results in the lights not changing color temp when they did before the homeassistant upgrade. We should update the color_temp_kelvin data attribute value instead.
See 2026.3 release notes backward incompatible changes - Lights.
Automation YAML config
Hook - Light:
alias: Living Room Lights Hook
description: ""
use_blueprint:
path: EPMatt/light.yaml
input:
controller_device: 8bd...696
controller_model: IKEA E2001/E2002 STYRBAR Remote control
light: light.living_room_lights
smooth_power_on: false
smooth_power_off: false
light_color_mode: Color Temperature
light_transition: 100
brightness_steps_short: 5
brightness_steps_long: 5Controller - IKEA E2001/E2002 STYRBAR Remote control:
alias: Living Room Light Controller
description: ""
use_blueprint:
path: EPMatt/ikea_e2001_e2002.yaml
input:
integration: Zigbee2MQTT
controller_device: 8b...696
helper_last_controller_event: input_text.living_room_switch_helperTo Reproduce
- Run homeassistant 2026.3
- Setup a light controller and light hook as described in the config
- Attempt to change the color tempurature
Expected behavior
The light changes color temperature as it did before 2026.3.
Actual Behaviour
The light does not change color temperature.
Additional Details
- I'd like to help developing a fix for this issue.
Screenshots
No response
Additional context
Happy to take a stab at a fix but I would need some guidance around testing the changes (maybe with my local setup?).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blueprintAn issue related to a blueprintAn issue related to a blueprintbugSomething isn't workingSomething isn't working