Installation¶
Prerequisites¶
Before installing Notifications for Frigate, make sure you have:
- Home Assistant 2025.6 or newer
- Frigate NVR v0.16.0 or newer (v0.17.0+ required for Generative AI summary notifications)
- MQTT configured in Home Assistant and working for Frigate
- Frigate integration installed and configured in Home Assistant
- iOS or Android Companion App on your device (or Android TV / Fire TV integration for TV overlays)
Why MQTT matters: this integration subscribes to Frigate review events from the
${topic_prefix}/reviewsMQTT topic (usuallyfrigate/reviews).
Install via HACS (recommended)¶
Click the badge above, or add manually:
- Open HACS in Home Assistant
- Go to Integrations
- Click the three-dot menu (top right) and select Custom repositories
- Paste the repository URL:
https://github.com/daptify14/hass-frigate-notifications - Select Integration as the category and click Add
- Close the custom repositories dialog
- Search for "Notifications for Frigate" in the HACS integrations list
- Click Download and confirm the version
- Restart Home Assistant
Manual installation¶
- Download the latest release from GitHub
- Extract and copy the
custom_components/frigate_notificationsdirectory into your Home Assistantconfig/custom_components/directory - Restart Home Assistant
Setup¶
After installation and restart:
- Go to Settings > Devices & Services
- Click "Add Integration"
- Search for "Notifications for Frigate"
- Select the Frigate instance to bind to (if you have multiple)
- The integration is now active, proceed to Getting started to create your first notification profile
Note: The integration creates one config entry per Frigate instance. If you have multiple Frigate NVRs, add one entry per NVR.
Removal¶
Remove the integration¶
Settings > Devices & Services > Notifications for Frigate > three-dot menu > Delete.
Uninstall the code¶
- HACS: HACS > Integrations > Notifications for Frigate > Remove
- Manual: delete the
custom_components/frigate_notificationsdirectory and restart HA
What gets removed¶
Deleting the integration removes all associated devices, entities, config entry data, in-memory review state, and any active repair issues. MQTT subscriptions are cleaned up on unload. No files are written to disk beyond the HA config entry, so there is nothing else to clean up.