2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 19:44:58 +01:00
This commit is contained in:
kev
2017-04-16 12:08:10 +08:00
parent 055bd7102e
commit 631f4959cd
8 changed files with 150 additions and 0 deletions

31
hbdg/data/config.json Normal file
View File

@@ -0,0 +1,31 @@
{
"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
}
]
}