core
core copied to clipboard
Activating light scene doesn't change colour temperature in Hue bulbs
The problem
I yesterday noticed activating a GUI created light scene doesn't activate/change the colour temperature on my Hue bulbs. Triggering the scene does change brightness (or turn them on), but leaves the colour temperature on the previous setting
I restarted Home Assistant, I restarted the Hue bridge. Processed all available updates on either hass and Hue devices.
What does fix it for me is removing the "effect: None" from both the entities below.
Since it is summer having lots of daylight I'm not sure on which day exactly this issue has arisen but pretty sure it is very recent. Might be something changed on Hue's end but that I cannot verify. I wrote down it is an integration issue but it might as well be a general scene thing.
What version of Home Assistant Core has the issue?
core-2024.7.2
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
Philips Hue
Link to integration documentation on our website
https://www.home-assistant.io/integrations/hue
Diagnostics information
No response
Example YAML snippet
- id: '1641320138684'
name: Hal en overloop 10%
entities:
light.hal:
min_color_temp_kelvin: 2202
max_color_temp_kelvin: 6535
min_mireds: 153
max_mireds: 454
effect_list:
- None
- candle
supported_color_modes:
- color_temp
color_mode: color_temp
brightness: 26
color_temp_kelvin: 2857
color_temp: 350
hs_color:
- 28.077
- 60.925
rgb_color:
- 255
- 172
- 99
xy_color:
- 0.51
- 0.386
effect: None
mode: normal
dynamics: none
friendly_name: Hal
supported_features: 44
state: 'on'
light.overloop:
min_color_temp_kelvin: 2202
max_color_temp_kelvin: 6535
min_mireds: 153
max_mireds: 454
effect_list:
- None
- candle
supported_color_modes:
- color_temp
color_mode: color_temp
brightness: 26
color_temp_kelvin: 2857
color_temp: 350
hs_color:
- 28.077
- 60.925
rgb_color:
- 255
- 172
- 99
xy_color:
- 0.51
- 0.386
effect: None
mode: normal
dynamics: none
friendly_name: Overloop
supported_features: 44
state: 'on'
icon: mdi:lightbulb-group
metadata: {}
Anything in the logs that might be useful for us?
No response
Additional information
No response