Skip to content

Commit e6a4512

Browse files
mitchrossclaude
andcommitted
Fix Frigate 0.17.x safe mode: replace deprecated record.events with alerts/detections
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b1d870f commit e6a4512

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

my-apps/home/frigate/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,12 @@ cameras:
156156
fps: 5
157157
record:
158158
enabled: true
159-
events:
159+
alerts:
160160
retain:
161-
default: 14
161+
days: 14
162+
detections:
163+
retain:
164+
days: 14
162165
# Only record on events, no continuous recording
163166
live:
164167
height: 720

0 commit comments

Comments
 (0)