The way I’ve been doing it so far has been letting Siri Shortcuts make 2 service calls, automation.turn_off and automation.turn_on in succession. This would make 2 confirmation prompts pop up, which is kinda annoying, but I could at least get rid of one by bundling the 2 service calls into a script.
I’d rather prefer if there was no prompt at all, though. Any way to achieve this?
To give you some context on what I’m trying to do here: I’m sending myself a notification that produces a notification sound every 5 minutes and cancelling the repeating notification sounds by tapping the notification.
In further detail: The repeating notification sound is produced by using the tag-feature of the HA Companion App notifications. Tapping on the abovementioned notification calls a Siri Shortcut action that stops the HA automation containing the loop that produces the repeating notification sound.
On a side note: I wouldn’t mind the confirmation prompt that much, if I hadn’t queued another action after the abovementioned ones in my Siri Shortcut action, which is opening the calendar app.