Calling a service in scene - Need Help

Hello,

i have a scene and i need to add the below service:

        - service: hassio.addon_stop
          data:
            addon: "ccab4aaf_frigate-fa"

Is it possibe? If yes please help…

No.

You can only include states in scenes.

Scenes are collections of states. The scene backend translates the list of states into services to achieve the desired states.

If you need to use services, then create a script instead.

1 Like