Skip to content

Instantly share code, notes, and snippets.

@Hugoch
Last active January 3, 2016 16:24
Show Gist options
  • Save Hugoch/fca0f3422a50c247a0f9 to your computer and use it in GitHub Desktop.
Save Hugoch/fca0f3422a50c247a0f9 to your computer and use it in GitHub Desktop.
{
"bridge": {
"name": "Homebridge",
"username": "8A:F8:2A:66:42:92",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file with Phillips Hue platform.",
"platforms": [
{
"platform" : "PhilipsHue",
"name" : "Hue",
"ip_address": "IP_TO_HUE_BRIDGE",
"username": "USERNAME_TO_HUE_BRIDGE"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment