Fix frigate-notify: webapi polling, dedup, hi-res snapshots #242

Merged
eblume merged 1 commit from fix/frigate-notify-config into main 2026-02-22 09:05:46 -08:00
2 changed files with 6 additions and 5 deletions

View file

@ -11,17 +11,17 @@ data:
webapi:
enabled: true
interval: 15
mqtt:
enabled: true
server: mosquitto.mqtt.svc.cluster.local
port: 1883
clientid: frigate-notify
topic_prefix: frigate
enabled: false
alerts:
general:
title: "Frigate Alert"
nosnap: drop
snap_hires: true
notify_once: true
zones:
unzoned: drop

View file

@ -0,0 +1 @@
Fix frigate-notify notification pipeline: switch to webapi polling, enable dedup, drop events without snapshots, use hi-res snapshots