mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-03 14:23:11 +01:00
Add Lockitron accessory shim
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
"siri_name": "Speakers",
|
||||
"play_volume": 25
|
||||
},
|
||||
{
|
||||
"accessory": "Lockitron",
|
||||
"description": "This shim supports Lockitron locks. It uses the Lockitron cloud API, so the Lockitron must be 'awake' for locking and unlocking to actually happen. You can wake up Lockitron after issuing an lock/unlock command by knocking on the door.",
|
||||
"siri_name": "Front Door",
|
||||
"lock_id": "your-lock-id",
|
||||
"api_token" : "your-lockitron-api-access-token"
|
||||
},
|
||||
{
|
||||
"accessory": "XfinityHome",
|
||||
"description": "This shim supports the 'Xfinity Home' security system. Unfortunately I don't know how to generate the 'dsig' property, so you'll need to figure yours out by running the Xfinity Home app on your iOS device while connected to a proxy server like Charles. If you didn't understand any of that, sorry! I welcome any suggestions for how to figure out dsig automatically.",
|
||||
|
||||
Reference in New Issue
Block a user