adopt official HA language, change add-on to app (#22258)

This commit is contained in:
Josh Hawkins
2026-03-05 16:20:02 -07:00
committed by GitHub
parent c338533c83
commit ab3cef813c
13 changed files with 64 additions and 78 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ Frigate looks for a JWT token secret in the following order:
1. An environment variable named `FRIGATE_JWT_SECRET`
2. A file named `FRIGATE_JWT_SECRET` in the directory specified by the `CREDENTIALS_DIRECTORY` environment variable (defaults to the Docker Secrets directory: `/run/secrets/`)
3. A `jwt_secret` option from the Home Assistant Add-on options
3. A `jwt_secret` option from the Home Assistant App options
4. A `.jwt_secret` file in the config directory
If no secret is found on startup, Frigate generates one and stores it in a `.jwt_secret` file in the config directory.