Update Frigate zone masks and expand alert notifications (#219)

## Summary
- Synced driveway_entrance zone coordinates from live Frigate config (adjusted mask boundaries)
- Added `inertia: 3` and `loitering_time: 0` to driveway_entrance zone
- Expanded review alerts to require either `driveway_entrance` or `driveway` zone (was entrance only)
- Updated frigate-notify config to allow alerts from both `driveway_entrance` and `driveway` zones

## Deployment and Testing
- [ ] Merge and sync frigate ArgoCD app on ringtail
- [ ] Sync frigate-notify (restart pod to pick up ConfigMap change)
- [ ] Verify alerts fire for person/car in driveway zone

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/219
This commit is contained in:
Erich Blume 2026-02-19 17:32:02 -08:00
commit cabd0bc9cf
3 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1 @@
Update Frigate zone masks from live config and expand alert notifications to cover both Driveway and Driveway_entrance zones.