diff --git a/argocd/manifests/frigate/configmap-notify.yaml b/argocd/manifests/frigate/configmap-notify.yaml index e4b3f6e..b638849 100644 --- a/argocd/manifests/frigate/configmap-notify.yaml +++ b/argocd/manifests/frigate/configmap-notify.yaml @@ -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 diff --git a/docs/changelog.d/fix-frigate-notify-config.bugfix.md b/docs/changelog.d/fix-frigate-notify-config.bugfix.md new file mode 100644 index 0000000..24d3c31 --- /dev/null +++ b/docs/changelog.d/fix-frigate-notify-config.bugfix.md @@ -0,0 +1 @@ +Fix frigate-notify notification pipeline: switch to webapi polling, enable dedup, drop events without snapshots, use hi-res snapshots