From 394695beb383fe85332da664153ecbdc6225990d Mon Sep 17 00:00:00 2001 From: "TeslaOwner.tips" <78335749+TeslaOwnerTips@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:12:22 -0400 Subject: [PATCH 1/2] Update README.md As observed by installing the plugin on homebridge and then checking the config file. --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7435aad..feaa032 100644 --- a/README.md +++ b/README.md @@ -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 access token", + "prefixName": true, + "platform": "Teslemetry" + } ] } -``` \ No newline at end of file +``` From a38534c94b06df0fca39c5ff349d9e9c2f6d8135 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Tue, 25 Jun 2024 15:30:38 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feaa032..3d511d3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Example config.json: "platforms": [ { "name": "Teslemetry", - "accessToken": "Your Teslemetry access token", + "accessToken": "YOUR_TESLEMETRY_API_TOKEN", "prefixName": true, "platform": "Teslemetry" }