Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 21, 2024
1 parent d7792e9 commit 4166f02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Teslemetry for Homebridge
# Tessie for Homebridge

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:
Expand All @@ -18,9 +18,9 @@ Example config.json:
{
"accessories": [
{
"accessory": "Teslemetry",
"name": "My Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN"
"accessory": "Tessie",
"name": "My Tessie",
"accessToken": "kYcIqxxRCPUglPLtnmy6jmuh8KKvyxrs"
}
]
}
Expand Down

0 comments on commit 4166f02

Please sign in to comment.