From d3cb04f73dcdecc9e0d3768c37cd40ae9ddabd00 Mon Sep 17 00:00:00 2001 From: BigThunderSR <17056173+BigThunderSR@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:54:45 -0600 Subject: [PATCH] Formatting update --- HA-MQTT.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HA-MQTT.md b/HA-MQTT.md index 3d2ae94d..a5e99738 100644 --- a/HA-MQTT.md +++ b/HA-MQTT.md @@ -162,7 +162,11 @@ mqtt: * **MQTT Auto-Discovery for Command Status Sensors for HA Added Starting at v1.15.0** * Command Status and Timestamp from last command run are published to MQTT auto-discovery topics and are grouped in a MQTT device grouping for all command status sensors for the same vehicle. - * ${{\color{red}\textnormal{\{\{Command\ needs\ to\ be\ run\ at\ least\ once\ before\ the\ sensor\ is\ visible\ in\ HA\. \}\}}}}$ + + * ```yaml + Important Note: Command needs to be run at least once before the sensor is visible in HA. + ``` + * Set 'MQTT_LIST_ALL_SENSORS_TOGETHER="true"' to group all the sensors under one MQTT device starting at v1.17.0. Default is "false". To add manually if wanted: