You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MQTT_HOME_ASSISTANT_DISCOVERY_URL is optional; clarify that setting MQTT_HOME_ASSISTANT_DISCOVERY does not require it. Addresses review comment on #5543.
Copy file name to clipboardExpand all lines: website/docs/configuration/environment_variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ TeslaMate accepts the following environment variables for runtime configuration:
35
35
|**MQTT_TLS_ACCEPT_INVALID_CERTS**| Accepts invalid certificates if `true`| false |
36
36
|**MQTT_IPV6**| Set to `true` if IPv6 should be used | false |
37
37
|**MQTT_NAMESPACE**| Inserts a custom namespace into the MQTT topic. For example, with `MQTT_NAMESPACE=account_0`: `teslamate/account_0/cars/$car_id/state`. ||
38
-
|**MQTT_HOME_ASSISTANT_DISCOVERY**| Enables Home Assistant MQTT discovery if `true`. TeslaMate publishes discovery config payloads to `<MQTT_HOME_ASSISTANT_DISCOVERY_PREFIX>/.../config` so entities appear in Home Assistant automatically, removing the need for the manual `mqtt_sensors.yaml`. Set together with `MQTT_HOME_ASSISTANT_DISCOVERY_URL`. | false |
38
+
|**MQTT_HOME_ASSISTANT_DISCOVERY**| Enables Home Assistant MQTT discovery if `true`. TeslaMate publishes discovery config payloads to `<MQTT_HOME_ASSISTANT_DISCOVERY_PREFIX>/.../config` so entities appear in Home Assistant automatically, removing the need for the manual `mqtt_sensors.yaml`. Optionally set together with `MQTT_HOME_ASSISTANT_DISCOVERY_URL`. | false |
39
39
|**MQTT_HOME_ASSISTANT_DISCOVERY_URL**| Optional: the TeslaMate URL surfaced in the discovered device panel (e.g. `https://teslamate.example.com/`). Only used when `MQTT_HOME_ASSISTANT_DISCOVERY` is `true`. ||
0 commit comments