Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR committed Dec 29, 2024
1 parent 86c9a71 commit 87d123f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions HA-MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ icon: 'mdi:map-marker'
* **MQTT Auto-Discovery for Polling Status Sensors for HA Added Starting at v1.16.0**
* Polling Status Message, Timestamp and True/False Sensor 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.
* Set 'MQTT_LIST_ALL_SENSORS_TOGETHER="true"' to group all the sensors under one MQTT device starting at v1.17.0.
* Default is "false".
* Default is "false".

#### To add manually if wanted:
#### To add manually if wanted

Create a MQTT binary sensor in Home Assistant

```yaml
Expand All @@ -144,9 +145,10 @@ mqtt:
* **MQTT Auto-Discovery for Polling Status Sensors for HA Added Starting at v1.16.0**
* Polling Status Message, Timestamp and True/False Sensor 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.
* Set 'MQTT_LIST_ALL_SENSORS_TOGETHER="true"' to group all the sensors under one MQTT device starting at v1.17.0.
* Default is "false".
* Default is "false".

#### To add manually if wanted

#### To add manually if wanted:
Create a MQTT sensor in Home Assistant

```yaml
Expand Down Expand Up @@ -176,9 +178,10 @@ mqtt:
```
* Set 'MQTT_LIST_ALL_SENSORS_TOGETHER="true"' to group all the sensors under one MQTT device starting at v1.17.0.
* Default is "false".
* Default is "false".
#### To add manually if wanted
#### 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.
```yaml
Expand All @@ -200,9 +203,10 @@ mqtt:
* 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.
* Set 'MQTT_LIST_ALL_SENSORS_TOGETHER="true"' to group all the sensors under one MQTT device starting at v1.17.0.
* Default is "false".
* Default is "false".
#### To add manually if wanted
#### 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.
```yaml
Expand Down

0 comments on commit 87d123f

Please sign in to comment.