Skip to content

Commit

Permalink
Merge pull request #6 from TeslaOwnerTips/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Bre77 authored Jun 25, 2024
2 parents b15dde3 + a38534c commit 1d6ef1d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ Example config.json:

```json
{
"accessories": [
"platforms": [
{
"accessory": "Teslemetry",
"name": "My Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN"
}
"name": "Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN",
"prefixName": true,
"platform": "Teslemetry"
}
]
}
```
```

0 comments on commit 1d6ef1d

Please sign in to comment.