Skip to content

Instantly share code, notes, and snippets.

@davidjgonzalez
Created February 11, 2018 20:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davidjgonzalez/f2795338e583ea6544e867b126217804 to your computer and use it in GitHub Desktop.
Save davidjgonzalez/f2795338e583ea6544e867b126217804 to your computer and use it in GitHub Desktop.
QNAP Homebridge Container config.json
{
"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