|
发表于 2017-9-13 22:28:31
|
显示全部楼层
有啊,我的config.json有的。。
{
"bridge": {
"name": "Home Assistant",
"username": "B8:27:EBB:FE:1B",
"port": 51826,
"pin": "933-51-504"
},
"description": "Homebridge for Home Assistant",
"accessories": [],
"platforms": [
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://172.17.0.1:8123",
"password": "",
"default_visibility": "visible",
"supported_types": [
"binary_sensor",
"climate",
"cover",
"device_tracker",
"fan",
"group",
"input_boolean",
"light",
"lock",
"media_player",
"scene",
"sensor",
"switch"
],
"logging": true
}
]
}
|
|