homebridge-abode
Advanced tools
Comparing version 0.1.2 to 1.0.0
{ | ||
"name": "homebridge-abode", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "Abode Plugin for homebridge", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -6,5 +6,5 @@ # homebridge-abode | ||
1. Install homebridge using: `npm install -g homebridge` | ||
2. Install this plugin using: `npm install -g hombridge-abode` | ||
3. Update your configuration file. See `sample-config.json` in this repository for a sample. | ||
``` | ||
npm i -g homebridge-abode | ||
``` | ||
@@ -17,6 +17,18 @@ ## Configuration | ||
"accessories": [ | ||
{ | ||
} | ||
{ | ||
"accessory": "Garage", | ||
"name": "The Garage", | ||
"abode": { | ||
"username": "", | ||
"password": "", | ||
} | ||
} | ||
] | ||
``` | ||
## Abode API | ||
I created and am using [abode-api](https://github.com/hbeckeri/abode-api) to control the alam to get the status of the door contact in my other library [homebridge-abode-garage](https://github.com/hbeckeri/homebridge-abode-garage). | ||
You need to specify your abode login credentials in the configuration file. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8587
1
33