fix(frigate): fix some truthy values

This commit is contained in:
Stavros Kois 2022-11-14 15:54:24 +02:00 committed by GitHub
parent 9a4c313304
commit 8a9310a9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/blakeblackshear/frigate - https://github.com/blakeblackshear/frigate
- https://hub.docker.com/r/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate
type: application type: application
version: 4.0.0 version: 4.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- nvr - nvr

View File

@ -211,7 +211,7 @@ frigate:
# -- Optional: improve contrast # -- Optional: improve contrast
# - Enables dynamic contrast improvement. This should help improve night detections at the cost of making motion detection more sensitive # - Enables dynamic contrast improvement. This should help improve night detections at the cost of making motion detection more sensitive
# - for daytime. # - for daytime.
improve_contrast: False improve_contrast: false
# -- Optional: Delay when updating camera motion through MQTT from ON -> OFF # -- Optional: Delay when updating camera motion through MQTT from ON -> OFF
mqtt_off_delay: 30 mqtt_off_delay: 30
@ -225,7 +225,7 @@ frigate:
# - on available disk space automatically. If using recordings, # - on available disk space automatically. If using recordings,
# - you must specify retention settings for a number of days that # - you must specify retention settings for a number of days that
# - will fit within the available disk space of your drive or Frigate will crash. # - will fit within the available disk space of your drive or Frigate will crash.
enabled: False enabled: false
# -- Optional: Number of minutes to wait between cleanup runs # -- Optional: Number of minutes to wait between cleanup runs
# - This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o # - This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o
expire_interval: 60 expire_interval: 60
@ -304,7 +304,7 @@ frigate:
# -- Enable it to add the configuration in the config file # -- Enable it to add the configuration in the config file
render_config: false render_config: false
# - Optional: Enable the RTMP stream # - Optional: Enable the RTMP stream
enabled: True enabled: true
live: live:
# -- Enable it to add the configuration in the config file # -- Enable it to add the configuration in the config file