Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR committed Dec 28, 2024
1 parent 1796f54 commit 4ee3c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HA-MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mode: single
* 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.
#### The following isn't strictly necessary starting at v1.14.0, but still available if needed or for sending customized commands:
#### The following isn't strictly necessary starting at v1.14.0, but still available if needed or for sending customized commands
```yaml
alias: Car - Start Vehicle
Expand Down Expand Up @@ -257,6 +257,7 @@ Commands Implemented in this Program:
18. `enginerpm`

### Lovelace Dashboard

* This is just an example and is meant to show some possible usage modes. It is not all-inclusive and is not intended to be for the purpose of copy-and-use-as-is. Please modify as necessary for your specific needs.

Create a new dashboard, or use the cards in your own view. The `mdi:car-electric` icon works well here.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# onstar2mqtt ![Dynamic YAML Badge](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2FBigThunderSR%2Fonstar2mqtt%2Frefs%2Fheads%2Fmain%2Fpackage.json&query=%24.version&label=Ver)


[![ci](https://github.com/BigThunderSR/onstar2mqtt/actions/workflows/ci.yml/badge.svg)](https://github.com/BigThunderSR/onstar2mqtt/actions/workflows/ci.yml)
[![CodeQL](https://github.com/BigThunderSR/onstar2mqtt/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/BigThunderSR/onstar2mqtt/actions/workflows/codeql-analysis.yml)
[![release](https://github.com/BigThunderSR/onstar2mqtt/actions/workflows/release.yml/badge.svg)](https://github.com/BigThunderSR/onstar2mqtt/actions/workflows/release.yml)
Expand Down

0 comments on commit 4ee3c5f

Please sign in to comment.