Created
February 11, 2018 20:16
-
-
Save davidjgonzalez/f2795338e583ea6544e867b126217804 to your computer and use it in GitHub Desktop.
QNAP Homebridge Container config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bridge": { | |
"name": "Homebridge", | |
"username": "CC:22:3D:E3:CE:30", | |
"port": 51826, | |
"pin": "123-45-678" | |
}, | |
"description": "This file configures support for Nest, TP-Link Devices and HarmonyHub Remote.", | |
"platforms": [ | |
{ | |
"platform": "Nest", | |
"clientId": "xxx-xxx-xxxx-xxxx", | |
"clientSecret": "xxxxxx", | |
"code": "xxxxx" | |
}, | |
{ | |
"platform": "HarmonyHub", | |
"name": "Harmony Hub" | |
}, | |
{ | |
"platform": "TplinkSmarthome", | |
"name": "TplinkSmarthome" | |
} | |
], | |
"accessories": [ | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment