From 5d44213017e1fe15ce3af551ef1bdb65274f69ca Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 19 Feb 2026 13:59:29 -0800 Subject: [PATCH] Filter frigate-notify alerts by zone and label frigate-notify was firing on every MQTT detection event regardless of zone, causing notification spam. Add filters to match the Frigate review config: only alert for person/car in the driveway_entrance zone, and drop all unzoned events. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap-notify.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/argocd/manifests/frigate/configmap-notify.yaml b/argocd/manifests/frigate/configmap-notify.yaml index ed357ad..890557a 100644 --- a/argocd/manifests/frigate/configmap-notify.yaml +++ b/argocd/manifests/frigate/configmap-notify.yaml @@ -23,6 +23,16 @@ data: general: title: "Frigate Alert" + zones: + unzoned: drop + allow: + - driveway_entrance + + labels: + allow: + - person + - car + ntfy: enabled: true server: http://ntfy.ntfy.svc.cluster.local:80