Skip to content

Instantly share code, notes, and snippets.

@SubZane
Last active August 13, 2017 08:46
Show Gist options
  • Save SubZane/c559ddf5e5d49d0ce9ffcadf8cb9cae5 to your computer and use it in GitHub Desktop.
Save SubZane/c559ddf5e5d49d0ce9ffcadf8cb9cae5 to your computer and use it in GitHub Desktop.
Homebridge temp config
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"platforms": [{
"platform": "Telldus",
"name": "Telldus Liv!e",
"public_key": "secret",
"private_key": "secret",
"token": "secret",
"token_secret": "secret",
"unknown_accessories": [{
"id": 1721850,
"model": "selflearning-switch",
"manufacturer": "unknown",
"disabled": true
}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment