Anyway to send just one notification via HA within X amount of time of detection #393
biggen1684
started this conversation in
General
Replies: 1 comment 3 replies
-
|
I had a simar case when I encountered multiple trigger event. solved in the following manner: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I know that using something like the below code block you have for an example will only trigger HA notifications for camera
frontwith object ofdogwith a score of greater than98%:However, if frigate finds another frame with a higher accuracy rating it will still push another notification. Is there anyway to write that HA automation so that only one image (during X time duration) is pushed that meets the
conditionscriteria?I'd like to adjust to 90% accuracy but have it only send me one notification in a 45 second time span. For me, having a 45 second sleep timer between notification means I'm not getting the same notification over and over again that are seconds apart.
Beta Was this translation helpful? Give feedback.
All reactions