From 972bb683d82b4e4474c1720167e47cbb1aa5e91a Mon Sep 17 00:00:00 2001 From: BigThunderSR <17056173+BigThunderSR@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:48:02 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1accfe0c..f5ea67ae 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ Enable at your own risk and you assume all responsibility for your actions. * 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** + * Polling Status, Timestamp, Error Code (if applicable), Success T/F Sensor from last pollig cycle and Polling Refresh Interval Time Sensor 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 Sensor Status Message Sensors for HA Added Starting at v1.17.0** * At this point, pretty much every available sensor, button and status is published to MQTT auto-discovery topics * Set 'MQTT_LIST_ALL_SENSORS_TOGETHER="true"' to group all the sensors under one MQTT device starting at v1.17.0. Default is "false".