Skip to content

Instantly share code, notes, and snippets.

@n8henrie
Created December 27, 2015 20:29
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 n8henrie/639c7f5d72b4202cce7e to your computer and use it in GitHub Desktop.
Save n8henrie/639c7f5d72b4202cce7e to your computer and use it in GitHub Desktop.
Dummy config file for testing homebridge setup
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "Example config file to test with a homebridge-dummy switch.",
"accessories": [
{
"accessory": "DummySwitch",
"name": "A dummy switch"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment