From 1ca89e104a128c737a8c2c90195160fe6a5b547c 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 d77f226..69afe92 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# Teslemetry for Home Bridge +# Tessie for Home Bridge -Connect your Homekit with all your Teslemetry vehicles and energy products +Connect your Homekit with all your Tesla vehicles in 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": "Teslemetry", - "accessToken": "abcdefg" + "accessory": "Tessie", + "name": "My Tessie", + "accessToken": "abcdefghijklmnopqrst" } ] }