From f9d465964ba6eddd87493cc187d67479f167f8c7 Mon Sep 17 00:00:00 2001 From: Karl Q Date: Sat, 4 Mar 2023 18:08:45 -0800 Subject: [PATCH] Clarify mqtt env-var version requirements This addresses #5640 --- docs/docs/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 976312250..99f60c727 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -57,6 +57,7 @@ mqtt: # Optional: password # NOTE: MQTT password can be specified with an environment variables that must begin with 'FRIGATE_'. # e.g. password: '{FRIGATE_MQTT_PASSWORD}' + # This is only supported on Frigate 0.12 and above! password: password # Optional: tls_ca_certs for enabling TLS using self-signed certs (default: None) tls_ca_certs: /path/to/ca.crt