homebridge-openhab
Version:
Homebridge plugin for openHAB
25 lines (21 loc) • 560 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": [
],
"platforms": [
{
"platform": "openHAB",
"name": "openHAB",
"host": "127.0.0.1",
"port": "8080",
"sitemap":"demo",
"useLabelForName": true
}
]
}