I just set up a couple of scenes and the only difference between them is the state of a GE direct connect smart bulb.
I thought I had it set up so that the light would dim over 5 minutes at 10pm, but I watched it this evening and it just turned off instead of dimming.
What do I need to do to make the transition gradual rather than instant?
Here’s my relevant yaml:
automation:
- action: scene.turn_on
metadata: {}
data:
transition: 300
target:
entity_id: scene.birdssleep
new scene
id: "1738807594858"
name: BirdsSleep
entities:
light.cynclamp_01:
state: "off"
previous scene:
id: "1738807274829"
name: BirdsBedtime
entities:
light.cynclamp_01:
state: "on"