mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-15 21:03:05 +00:00
Using Lockitron for first new-style example accessory, since it has a very simple and public API.
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"name": "homebridge-lockitron",
|
|
"version": "0.0.0",
|
|
"description": "Lockitron Support for HomeBridge",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"homebridge": ">=0.0.0"
|
|
},
|
|
"keywords": [
|
|
"homebridge-provider"
|
|
]
|
|
} |