feat(ha): add notification debouncing for doorbell person detection
- Set mode: single to prevent concurrent automation runs
- Add 60-second delay cooldown between notifications
- Update camera name to lowercase 'front' to match Frigate config
- Use Frigate event snapshot API for accurate thumbnails
Prevents notification spam while maintaining fast person detection.
One notification per minute maximum per person approach.
feat(frigate): tune person detection sensitivity and add motion settings
- Lower threshold to 0.5s for faster person detection
- Reduce min_area to 2000px to detect people at greater distances
- Set min_score to 0.6 for balanced confidence filtering
- Add motion detection settings (threshold: 30, contour_area: 10)
- Add aspect ratio filters (min_ratio: 0.3, max_ratio: 10)
This provides faster, more reliable person detection while relying on
Home Assistant automation cooldown to prevent notification spam.
Per Claude - this is the working version we had with:
✅ CPU detector (working reliably)
✅ Auto-detecting resolution
✅ Object filters to reduce notification spam
✅ All your camera settings
I have my doubts re: constantly detecting the truck