mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
32 lines
598 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|