mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 19:44:58 +01:00
add hbdg
This commit is contained in:
31
hbdg/data/config.json
Normal file
31
hbdg/data/config.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user