Skip to content

Commit a228575

Browse files
committed
docs: reword MQTT_HOME_ASSISTANT_DISCOVERY_URL wording
MQTT_HOME_ASSISTANT_DISCOVERY_URL is optional; clarify that setting MQTT_HOME_ASSISTANT_DISCOVERY does not require it. Addresses review comment on #5543.
1 parent f0ff3be commit a228575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/configuration/environment_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TeslaMate accepts the following environment variables for runtime configuration:
3535
| **MQTT_TLS_ACCEPT_INVALID_CERTS** | Accepts invalid certificates if `true` | false |
3636
| **MQTT_IPV6** | Set to `true` if IPv6 should be used | false |
3737
| **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 |
3939
| **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`. | |
4040
| **MQTT_HOME_ASSISTANT_DISCOVERY_PREFIX** | Discovery topic prefix. Matches Home Assistant's MQTT discovery prefix. | homeassistant |
4141
| **IMPORT_DIR** | The path of the directory for the import of data (e.g. TeslaFi) | ./import |

0 commit comments

Comments
 (0)