Hue Transition in scene stopped working

Hi,
About one-two months ago my transitions in Hue scenes stopped working and I cannot figure out why. I am using scripts to activate a scene and the transition is in the scene. E.g.:

script

    - service: scene.turn_on
      entity_id: scene.stairs_off

scene

  - name: Stairs Off
    entities:
      light.stair_lights:
        state: off
        transition: 150

Lately, when I activate similar scenes the lights simply turn off and not slowly transitioning to the off state.

Thank you for the help!

Transition hasn’t been a valid option for scenes for quite a while (relatively speaking).

If you need transition you should convert the scene to a script.

Thank you! Explains why I did not find any reference anymore in the documentation for this solution…