From f7255e6e36dbc5f9af0e428ae271909d43776338 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 18 Jun 2024 20:23:23 +1000 Subject: [PATCH] Update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cd8fcd0..cc6f8b8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# Teslemetry for Home Bridge +# Tessie for Home Bridge -Connect Homekit with all your Tesla vehicles and energy products using Teslemetry. +Connect Homekit with all your Tesla vehicles using Tessie ## Installation -If you're running a Homebridge UI like [`homebridge-ui-config-x`](https://github.com/oznu/homebridge-config-ui-x) then you can use it to install `homebridge-teslemetry` and configure it there. All configuration options should be supported. +If you're running a Homebridge UI like [`homebridge-ui-config-x`](https://github.com/oznu/homebridge-config-ui-x) then you can use it to install `homebridge-tessie` and configure it there. All configuration options should be supported. ## Manual Installation ```sh -npm install --global homebridge-teslemetry +npm install --global homebridge-tessie ``` Example config.json: @@ -18,9 +18,9 @@ Example config.json: { "accessories": [ { - "accessory": "Teslemetry", - "name": "My Teslemetry", - "accessToken": "yftrro6x6d-szg3xo55d6-p057h4l7ys-856kt3nonx" + "accessory": "Tessie", + "name": "My Tessie", + "accessToken": "kYcIqxxRCPUglPLtnmy6jmuh8KKvyxrs" } ] }