1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/hbdg/arm/data/config.json

33 lines
615 B
JSON
Raw Normal View History

2017-04-16 04:08:10 +00:00
{
"bridge": {
"name": "HomeBridge",
2017-05-14 05:42:09 +00:00
"username": "AA:BB:CC:DD:EE:FF",
2017-04-16 04:08:10 +00:00
"port": 51826,
2017-05-14 05:42:09 +00:00
"pin": "123-45-678"
2017-04-16 04:08:10 +00: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 05:42:09 +00:00
"group",
2017-04-16 04:08:10 +00:00
"input_boolean",
"light",
"lock",
"media_player",
"scene",
"sensor",
"switch"
],
"logging": true
}
]
}