Remove birdseye toggle (will be added in separate PR)

This commit is contained in:
Nick Mowen 2022-04-11 06:11:36 -06:00
parent 8abece9123
commit 8267b8a733

View File

@ -443,6 +443,4 @@ cameras:
order: 0 order: 0
# Optional: Whether or not to show the camera in the Frigate UI (default: shown below) # Optional: Whether or not to show the camera in the Frigate UI (default: shown below)
dashboard: True dashboard: True
# Optional: Whether or not to show the camera in the Frigate Birdseye View (default: shown below)
birdseye: True
``` ```