Skip to content

Instantly share code, notes, and snippets.

@irony
Created September 23, 2016 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irony/7a5b0fc26282e8e6d0003bb5aa911378 to your computer and use it in GitHub Desktop.
Save irony/7a5b0fc26282e8e6d0003bb5aa911378 to your computer and use it in GitHub Desktop.
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"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 file containing devices you actually own.",
"accessories": [
],
"platforms": [
{
"platform" : "Telldus",
"name" : "Telldus Live",
"public_key" : "** your info here **",
"private_key" : "** your info here **",
"token" : "** your info here **",
"token_secret" : "** your info here **"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment