diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index 2b8b93f708..1472fa2220 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -33,6 +33,13 @@ Examples of available modules are: This section can be used to set environment variables for those unable to modify the environment of the container (ie. within HassOS) +Example: + +```yaml +environment_vars: + VARIABLE_NAME: variable_value +``` + ### `database` Event and recording information is managed in a sqlite database at `/media/frigate/frigate.db`. If that database is deleted, recordings will be orphaned and will need to be cleaned up manually. They also won't show up in the Media Browser within Home Assistant.