Hello here,
I've been trying to make an automation that triggers with a sensor detecting a motion but then if another motion sensor is not detecting anything within given time frame since the trigger it will send a notification.
I am trying to not use templates for this since I am not yet that familiar with making of those but so far it seems like there is no way to trigger a countdown that will check for state changes and give certain output whether the change happens or not within that time frame.
The closest to this is the "Wait for a trigger" building block, but that one only waits for trigger to happen to continue and if it does not happen I cannot really get any output of it, or can I?