PLEG question regarding multiple notifications

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.

  1. a PLEG action for SendDoorbellPics that triggers my scene
  2. a trigger for the scene from the PLEG condition

Is it going to be basically the same?

You might want:

SendDoorbellPics DoorBell and (SendDoorbellPics; Doorbell >1:00)

I have a question as to if one of the following methods would evaluate quicker, resulting in my notification arriving quicker.
  1. a PLEG action for SendDoorbellPics that triggers my scene
  2. a trigger for the scene from the PLEG condition

There is probably not much in it. The fastest way would probably be to issue the actions directly from PLEG rather than through a scene.

TY Rex, I’m testing it out.