Run a script from a scene?

Hi guys. I was running Home Assistant a few years back but regrettably switched to Wink. Now with the pricing change, am happily switching back to HA. I am using some of my old config and one feature isn’t working. Wondering if this changed, or if there is a better way to do this?

I have a scene defined in scenes.yaml:

- name: Movie Mode
  entities:
    light.tv_main_light:
      state: on
      brightness_pct: 15
    script.sonos_stop_all:
      state: on

The script “sonos_stop_all” no longer executes. Any ideas on how I can fix this? Thanks in advance.

Fairly certain you can’t call scripts from a scene. I would create a ‘Movie Mode’ script which does both of those actions if it were me.

Ok thanks will try that