From ceb7a4ea2b9000c9f1832e4ca896b275a8d8bfc8 Mon Sep 17 00:00:00 2001 From: BigThunderSR <17056173+BigThunderSR@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:13:19 -0500 Subject: [PATCH] Linting --- HA-MQTT.md | 5 ++--- README.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/HA-MQTT.md b/HA-MQTT.md index 33f73cc6..39ccce8c 100644 --- a/HA-MQTT.md +++ b/HA-MQTT.md @@ -139,7 +139,7 @@ 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. - * Command needs to be run at least once before the sensor is visible in HA. + * Command needs to be run at least once before the sensor is visible in HA. To add manually if wanted: Create a MQTT sensor in Home Assistant for each command status you want to monitor. Below is an example for the getLocation command and other commands follow a similar format. @@ -161,8 +161,7 @@ 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. - * Command needs to be run at least once before the sensor is visible in HA. - + * Command needs to be run at least once before the sensor is visible in HA. To add manually if wanted: Create a MQTT sensor in Home Assistant for each command timestamp you want to monitor. Below is an example for the getLocation command and other commands follow a similar format. diff --git a/README.md b/README.md index 7112edbb..392c0449 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ Supply these values to the ENV vars below. The default data refresh interval is * Buttons are added disabled by default because it's easy to accidentally press the wrong button and trigger an action at an inopportune time. Enable at your own risk and you assume all responsibility for your actions. * All available buttons for all vehicles are included for now, so only enable the buttons you need and/or work for your vehicle. - + * **NEW - 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. - + * **NEW - MQTT Auto-Discovery for Polling Status Sensors for HA Added Starting at v1.16.0** * At this point, pretty much every available sensor, button and status is published to MQTT auto-discovery topics