Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR committed Mar 30, 2024
1 parent 1cedd53 commit ceb7a4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions HA-MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ceb7a4e

Please sign in to comment.