Firstly, credit where credit is due! A lot of this automation was inspired and even copied from both @SgtBatten’s Frigate notification Blueprint and @valentinfrlch’s LLMVision Blueprint. If anyone has an issue with content or code, please reach out.
Frigate Vision
After sharing a screenshot of one of my Frigate automations the other day, a few of you asked if I had a blueprint. At the time I didn’t… so I sat down, taught myself how to build one and here it is!
Introducing Frigate Vision; a blueprint designed to bring intelligent notifications and AI object recognition to your Home Assistant setup, powered by Frigate, LLMVision, and Home Assistant.
Get the Blueprint:
What Frigate Vision Does
Listens for new Frigate detection events from any camera you choose using MQTT
Integrates with LLMVision to enrich notifications with event summaries
Enforces per-camera cooldowns so you’re not spammed when a squirrel does laps in your yard
Pushes mobile notifications with custom text, camera names, and optional sublabels (e.g., who or what was recognized)
Uses input helpers so you can easily reuse this blueprint across cameras without editing YAML
Debug mode lets you preview all variables and logic without sending notifications
🛠️ Why I Built It:
I’ve used @SgtBatten’s reworked Frigate notifications for years and finally decided to break it down and recreate it to my liking. It started out as a fun project, but once I discovered LLMVision and the ability to generate dynamic event summaries from clips, I was hooked.
I’ve since spent time crafting what I felt was the ultimate smart notification setup for me. The blueprint includes 3 built-in notification actions and is currently optimized for Android (with iOS support planned). This is still a beta version, but it’s what I’d call mostly complete—and I’m already planning to add more customization options like SgtBatten’s original in future releases.
Requirements:
- Frigate installed with MQTT events enabled
- LLMVision installed and configured
- Home Assistant mobile app (for push notifications)
- An input_boolean helper for multi-camera queuing
- A dashboard to use as a landing page (used for LLMVision event summary widget)
Current Version: v0.9
It’s working great in my setup, but I’m calling it a “beta” for now until I squash a few quirks and gather feedback.
Coming in v1.0:
Cleaner debug logs & error handling
iOS support (notification actions + formatting tweaks)
More customizable notification action sets
TL;DR:
Frigate Vision makes your HA notifications smarter by blending real-time detection with AI object recognition and smart logic; all wrapped in one reusable, configurable blueprint.
I’d love your feedback, ideas, bug reports (via github please), and feature requests. If you use it and like it, drop a comment; let’s make Frigate Vision even smarter!
Cheers,
Zach
P.S The automation and blueprint was all cooked up by me, but I’m lazy and had AI assist with writing this forum post.