Group automations to toggle them together

Hey, so i have two automations whitch i want to group so i can toggle them on and off at the same time. I haven’t manage to find a way to group them in the helpers>group section. Is there a way to group them?
these are the automations names automation.apagar_fuente_findes_de_semana & automation.encender_fuente_findes_de_semana

I might be wrong but I don’t think you can group automations like that.

You can combine more than one automation into a single automation using Trigger ID’s to keep track of the triggers and what actions they activate. Then you only have one automation to toggle on and off.

ok, so basically i have one automation that turns of a devide at sunset on saturday and sunday and the other one turn that device on at a specific time on saturdays and sundays. How will I do that?

You can’t make this sort of group through the UI. You have to use yaml and the legacy group format:

https://community.home-assistant.io/t/groups-new-vs-old/526867

what file do I put that in?

https://www.home-assistant.io/integrations/group/#old-style-groups

1 Like

Even easier: create an Entities card with the automations
image
You can then selectively or globally switch them off.