Sharing my Home Assistant notification blueprints #14616
edalquist
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Thanks for sharing! Curious though, you mentioned a trail cam... any details on how you are integrating a trail cam with Frigate? Or which model device? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was actually using a Nest Cam Outdoor that has an external battery + solar power for the trail camera. The version of go2rtc in frigate 0.14 isn't support reliable on consuming the feed though. I'm waiting on frigate 0.15 to see if the corresponding go2rtc update (which has improvements in the Nest code) is more stable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set up two automations in Home Assistant to handle Frigate notifications, figured I'd share here if others need something similar.
The first automation sends notifications on new reviewable person events, except for one trail camera. It only triggers when we aren't home or the alarm is set. It includes a gif of the event and has two reaction options to snooze alerts for some amount of time. Clicking on the event takes you to the event UI in the Frigate Web App.
The second automation handles the snooze responses on the alerts by disabling the notification automation for the specified period of time.
Beta Was this translation helpful? Give feedback.
All reactions