Code: Select all
{
"bridge": {
"name": "Homebridge",
"username": "CB:22:3D:E2:CE:31",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [],
"googleAuth": {
"issueToken": "xxxxxx",
"cookies": "xxx",
"apiKey": "xxxx"
},
"platforms": [
{
"name": "Config",
"port": 9898,
"auth": "form",
"theme": "teal",
"restart": "sudo -n systemctl restart homebridge",
"tempUnits": "c",
"sudo": true,
"log": {
"method": "systemd"
},
"platform": "config"
},
{
"platform": "eDomoticz",
"name": "eDomoticz",
"server": "127.0.0.1",
"port": "8080",
"ssl": false,
"roomid": 2,
"mqtt": true,
"excludedDevices": []
},
{
"platform": "Nest",
"token": "xxx",
"clientId": "xxxxxxx",
"clientSecret": "PWDydKOn2ZaApkTrE7gci11A3",
"code": "BDJR8KLU"
}
]
}