- 积分
- 409
- 金钱
- 336
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 409
- 金钱
- 336
- HASS币
- 0
|
楼主 |
发表于 2018-2-25 21:25:27
|
显示全部楼层
求各位大神看看是哪里有问题。
以下为HOMEKIT 插件设置代码
{
"bridge": {
"name": "Home Assistant",
"username": "B8:27:EB:BB:6D:04",
"port": 51826,
"pin": "123-45-678"
},
"description": "Homebridge for Home Assistant",
"accessories": [],
"platforms": [
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://192.168.31.24:8123",
"password": "raspberry",
"default_visibility": "hidden",
"supported_types": [
"automation",
"binary_sensor",
"climate",
"cover",
"device_tracker",
"fan",
"group",
"input_boolean",
"light",
"lock",
"media_player",
"remote",
"scene",
"script",
"sensor",
"switch",
"vacuum"
],
"logging": true,
"verify_ssl": true
}
]
}
|
|