Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Sep 4, 2024
1 parent d69733a commit 3d5ce1a
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:
{
"platforms": [
{
"platform": "Teslemetry",
"name": "My Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN",
"platform": "Tessie",
"name": "My Tessie",
"accessToken": "YOUR_TESSIE_TOKEN",
"prefixName": true,
}
]
Expand Down

0 comments on commit 3d5ce1a

Please sign in to comment.