1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-09 03:21:48 +00:00
dockerfiles/hbdg/data/config.json
2017-04-16 12:08:10 +08:00

32 lines
598 B
JSON

{
"bridge": {
"name": "HomeBridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"platforms": [
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://127.0.0.1:8123",
"password": "yourapipassword",
"supported_types": [
"binary_sensor",
"climate",
"cover",
"device_tracker",
"fan",
"input_boolean",
"light",
"lock",
"media_player",
"scene",
"sensor",
"switch"
],
"logging": true
}
]
}