Skip to content

Commit

Permalink
Add config.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurliman committed Jan 16, 2018
1 parent 37e436a commit bfd3ed8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
@@ -1,2 +1,13 @@
# homebridge-frontpoint
Homebridge plugin for FrontPoint alarm systems.

## Example config.json

```json
{
"platform": "FrontPoint",
"name": "Security System",
"username": "ENTER YOUR_USERNAME",
"password": "ENTER YOUR PASSWORD"
}
```

0 comments on commit bfd3ed8

Please sign in to comment.