mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-15 06:13:11 +01:00
Unify example accessory
Using Lockitron for first new-style example accessory, since it has a very simple and public API.
This commit is contained in:
12
example-providers/homebridge-lockitron/package.json
Normal file
12
example-providers/homebridge-lockitron/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "homebridge-lockitron",
|
||||
"version": "0.0.0",
|
||||
"description": "Lockitron Support for HomeBridge",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"homebridge": ">=0.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"homebridge-provider"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user