One of modes of automation is RESTART. When automation is triggered and then is triggered again, in RESTART mode it is reset and starts from the beginning. Is it possible to detect such event and use it as trigger for other automation?
I want to get notified if some automation is triggered again before it ended.
Have the first action of the automation as set a boolean to on, and the last set it to off.
If the automation runs when the boolean is on then it restarted when the previous did not end.
Thanks. I am a poor user, I do not know how to do it. I understand that I would put two actions in the automation, one conditional that sends a message when boolean is true, the other always executed. Unfortunately I do not know how to set up global boolean variables (or sensor) and how to have one conditional action and other unconditional. But thanks for help anyway.