mirror of
https://github.com/ViViDboarder/docker-rpi-homebridge.git
synced 2024-12-22 19:17:38 +00:00
9649305adf
Image builds and container runs. Running into an issue with node and needs documentation.
25 lines
595 B
JSON
25 lines
595 B
JSON
{
|
|
"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": [
|
|
{
|
|
"accessory": "WeMo",
|
|
"name": "Coffee Maker"
|
|
}
|
|
],
|
|
|
|
"platforms": [
|
|
{
|
|
"platform" : "PhilipsHue",
|
|
"name" : "Hue"
|
|
}
|
|
]
|
|
}
|