Skip to content

Instantly share code, notes, and snippets.

@vishbin
Last active January 31, 2018 09:47
Show Gist options
  • Save vishbin/b7eecd4cd24bd712e659a6e808a54f24 to your computer and use it in GitHub Desktop.
Save vishbin/b7eecd4cd24bd712e659a6e808a54f24 to your computer and use it in GitHub Desktop.
root@raspberrypi:~/.homebridge# more config.json
{
"bridge": {
"name": "Homebridge",
"username": "00:0C:43:43:60:99”,
"port": 51826
},
"description": "This is an example configuration file with one fake accessory and
one fake platform. You can use this as a template for creating your own configuration fi
le containing devices you actually own.",
"platforms": [{
"platform": "BelkinWeMo",
"name": "WeMo Platform"
}, {
"platform": "HarmonyHub",
"name": "Harmony Hub"
}, {
"platform": "TplinkLightbulb",
"name": "TplinkLightbulb"
}, {
"platform": "Hs100",
"name": "Hs100"
},
{
  "platform": "TplinkSmarthome",
  "name": "TplinkSmarthome"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment