I am having an issue with an automation and i think i may know why.
Basically this automation does two things:
- Repeatedly notify my phone every 15 minutes about X until I confirm the notification (via mobile_app_notification_action)
- Handle the mobile_app_notification_action processing
So basically for this to work as a single automation i would need to use trigger ids, and i think i have everything setup correctly.
But for it to work the automation would be activity running (doing the “while” loop waiting for me to finally accept the notification), while allowing the same automation to execute again when I press the button.
So essentially the question is can an automation execute if the exact same automation is currently executing?
Thank!