Hey Everyone,
I’ve had a scene transition option running for more than a year, but recently it doesn’t transition. Instead, the scene is instantly applied. The devices involved are Hue bulbs and that’s it. It’s worked in the past and I was only recently informed that it hasn’t worked for more than a few weeks.
What could be wrong? What could have changed? How do I fix it?
Here is the automation:
type: button
tap_action:
action: call-service
service: scene.turn_on
service_data:
transition: 60
target:
entity_id: scene.david_blue_lights
show_icon: false
name: Wake
hold_action:
action: none
Here is the scene definition:
name: David blue lights
entities:
light.david_floor_lamp:
min_mireds: 153
max_mireds: 500
supported_color_modes:
- color_temp
- xy
mode: normal
dynamics: none
friendly_name: David Floor Lamp
supported_features: 40
color_mode: xy
brightness: 138
hs_color:
- 199.339
- 47.451
rgb_color:
- 134
- 216
- 255
xy_color:
- 0.209
- 0.282
state: 'on'
light.david_s_ceiling_lights:
min_mireds: 153
max_mireds: 500
effect_list:
- None
- candle
- fire
supported_color_modes:
- color_temp
- xy
entity_id:
- light.hue_color_lamp_1
- light.hue_color_lamp_2
icon: mdi:lightbulb-group
friendly_name: David's Ceiling Lights
supported_features: 44
color_mode: xy
brightness: 137
hs_color:
- 199.339
- 47.451
rgb_color:
- 134
- 216
- 255
xy_color:
- 0.209
- 0.282
effect: None
state: 'on'