Automation to turn on/off another Automation

can we have a Automation to turn on/off and other Automation

which manual should i be reading

you can use automation.turn_on or homeassistant.turn_on

action:
    - service: automation.turn_on
      entity_id: automation.doors

Thanks that was Quick

I ass sume that

action:
    - service: automation.turn_off
      entity_id: automation.doors

would Turn it off

Yep. That’s it.

1 Like

thanks

I think the Light is coming on slowly LOL

getting my head around the Flows Now

Thanks Again

The other way and probably better way is to make an input boolean and add a condition to the automation to only run when the input boolean is on.