I have a simple rule that is triggered on motion detection.
If the rule has been triggered in the last 60 minutes i'd like for it to not run again.
I thought of setting it up to use no motion for 60 minutes trigger but that would be invalid as it's the same motion sensor that would trigger the rule.
what would be the easiest way to do this? a boolean (not sure how to do that). any sample someone could provide would be greatly appreciated.
Show us your flow that you have now and we can add the trigger in there
Can you clarify though - if the Motion is detected within the 60 minutes window - does the window reset and wait for another 60 minutes or does it proceed regardless ?
There is a very similar thread to this running on the Node red forum in Home Assistant - might be worthwhile you grabbing the flow from there as it appears to have resolved