I have a scene that sends me a notification and pictures from my doorbell cam when someone rings the doorbell(trigger). If they ring the bell multiple times, my phone goes crazy. I want to only send one notification per minute. I’ve added inputs to PLEG for Doorbell and NotDoorbell.
I think I should now create a condition as follows: SendDoorbellPics: (Doorbell;NotDoorbell >1:00)
Please help me if Im headed the wrong direction.
I have a question as to if one of the following methods would evaluate quicker, resulting in my notification arriving quicker.
- a PLEG action for SendDoorbellPics that triggers my scene
- a trigger for the scene from the PLEG condition
Is it going to be basically the same?