If you create a scene in the Hue app with the lights at their lowest setting, you can change the first action to call the scene instead of light.turn_on so the lights don’t go to their last setting before following the script. For example:
sunrise:
sequence:
- service: hue.hue_activate_scene
data:
group_name: Bedroom
scene_name: Sunrise Start
- delay:
seconds: 1
- service: light.turn_on
data:
entity_id: light.hue_color_lamp_1
xy_color: [0.65,0.41]
brightness: 85
transition: 600
...
Edit: just realized you said you weren’t using Hue…well, for anyone that has Hue and has this issue this is the fix.