2017-04-16 06:08:10 +02:00
|
|
|
{
|
|
|
|
"bridge": {
|
|
|
|
"name": "HomeBridge",
|
2017-05-14 07:42:09 +02:00
|
|
|
"username": "AA:BB:CC:DD:EE:FF",
|
2017-04-16 06:08:10 +02:00
|
|
|
"port": 51826,
|
2017-05-14 07:42:09 +02:00
|
|
|
"pin": "123-45-678"
|
2017-04-16 06:08:10 +02:00
|
|
|
},
|
|
|
|
"platforms": [
|
|
|
|
{
|
|
|
|
"platform": "HomeAssistant",
|
|
|
|
"name": "HomeAssistant",
|
|
|
|
"host": "http://127.0.0.1:8123",
|
|
|
|
"password": "yourapipassword",
|
|
|
|
"supported_types": [
|
|
|
|
"binary_sensor",
|
|
|
|
"climate",
|
|
|
|
"cover",
|
|
|
|
"device_tracker",
|
|
|
|
"fan",
|
2017-05-14 07:42:09 +02:00
|
|
|
"group",
|
2017-04-16 06:08:10 +02:00
|
|
|
"input_boolean",
|
|
|
|
"light",
|
|
|
|
"lock",
|
|
|
|
"media_player",
|
|
|
|
"scene",
|
|
|
|
"sensor",
|
|
|
|
"switch"
|
|
|
|
],
|
|
|
|
"logging": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|