Update config to warn about recording needing to be enabled.

This commit is contained in:
Nick Mowen 2022-04-02 06:53:14 -06:00
parent 23d24a26a8
commit cb8b415b43

View File

@ -245,6 +245,9 @@ motion:
# NOTE: Can be overridden at the camera level # NOTE: Can be overridden at the camera level
record: record:
# Optional: Enable recording (default: shown below) # Optional: Enable recording (default: shown below)
# WARNING: If automations will be used to control enabling/disabling record,
# record must still be enabled in the config for the automation to
# be successful.
# WARNING: Frigate does not currently support limiting recordings based # WARNING: Frigate does not currently support limiting recordings based
# 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