I have this very useful card I picked up somewhere. It shows all currently running automations, but it doesn’t display on the Dashboard if there are none.
It also has a toggle that disables the automation, which of course stops it. Which is almost really handy. But as soon as the automation is disabled the card is hidden, so the automation will remain disabled until one manually finds it and re-enables it.
My question is, is there a way to incorporate an automation.turn_off button for each running automation? Or any other ideas on how to halt a running automation without disabling it?
Automations should not run so long that you would need a list of them.
They should be done in seconds and that is even slow.
This indicate the wrong usage of delays.
Delays should just short and max a few seconds. There are so many events that can reset automations and then you are in a unknown state.
The usage of timestamps in helpers are better, because they can not be interrupted and even a restart of HA will can be survived.