Skip to content

Commit

Permalink
Add installation & config instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Plourde <[email protected]>
  • Loading branch information
palourde committed Nov 22, 2020
1 parent 1b36c1a commit 13c33fd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,26 @@ This [Homebridge](https://homebridge.io/) plugin provides a platform for [Sinop

## Installation

Install the plugin:
```
sudo npm install -g homebridge-sinope
```

## Configuration

Add the `Sinope` platform in your Homebridge `config.json` file, by replacing the username and password with your Neviweb credentials:
```
{
"platforms": [
{
"platform": "Sinope",
"username": "[email protected]",
"password": "P@ssw0rd!",
"url": "https://neviweb.com/api"
}
]
}
```

## Development

Expand Down

0 comments on commit 13c33fd

Please sign in to comment.