1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-05 17:41:30 +00:00
dockerfiles/hbdg/data/config.json

32 lines
598 B
JSON
Raw Normal View History

2017-04-16 04:08:10 +00:00
{
"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
}
]
}