Hi,
I run Home Assistant 2023.3.1 OS on a Generic 86-64 system.
I installed the Frigate Add-On and the HACS Frigate integration.
I want events only stored in the /media/frigate/ folder.
Now it stores the events in the /media/frigate AND the /media/local/frigate/ folder.
Where can I manage the storage off this add-on?
Or is it the HACS integration that writes events to a different folder?
This is my beginners frigate.yml
mqtt:
host: 192.168.X.XX
user: mqtt-user
password: mqtt-password
cameras:
frigate_cam1:
ffmpeg:
inputs:
- path: rtsp://camera1/video
zones:
zone_1_camera1:
coordinates: 1177,343,926,510,940,720,325,720,217,130
objects:
- person
snapshots:
enabled: True
required_zones:
- zone_1_camera1
frigate_cam2:
ffmpeg:
inputs:
- path: rtsp://camera2/video
zones:
zone_1_camera2:
coordinates: 1280,0,1204,720,425,720,380,0
objects:
- person
snapshots:
enabled: True
required_zones:
- zone_1_camera2