Skip to content

Commit

Permalink
MD updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR committed Oct 28, 2023
1 parent f52eccf commit 07b260d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions HA-MQTT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Sample configs for MQTT Home Assistant integration
# Sample Configs for MQTT Home Assistant Integration

## Commands

### Example script yaml
### Example Script YAML

```yaml
alias: Car - Start Vehicle
Expand All @@ -15,7 +15,7 @@ mode: single
icon: 'mdi:car-electric'
```
### Trigger precondition via calendar
### Trigger Precondition via Calendar
````yaml
alias: Car Precondition
Expand Down Expand Up @@ -53,7 +53,7 @@ device_tracker:
your_car_name: homeassistant/device_tracker/YOUR_CAR_VIN/getlocation/state
```
#### script yaml
#### Script YAML
```yaml
alias: Car - Location
Expand Down Expand Up @@ -83,7 +83,7 @@ action:
mode: single
```
#### Commands
#### Available Commands
[OnStarJS Command Docs](https://github.com/samrum/OnStarJS#commands)
Expand All @@ -97,9 +97,6 @@ mode: single
8. `chargeOverride`
9. `cancelChargeOverride`
10. `getLocation`

#### New in this build of onstar2mqtt

11. `alertFlash`
12. `alertHonk`

Expand All @@ -109,7 +106,7 @@ Create a new dashboard, or use the cards in your own view. The `mdi:car-electric

![lovelace screenshot](images/lovelace.png)

#### dashboard yaml
#### Dashboard YAML

```yaml
views:
Expand Down

0 comments on commit 07b260d

Please sign in to comment.