- 积分
- 284
- 金钱
- 234
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 284
- 金钱
- 234
- HASS币
- 0
|
发表于 2018-10-12 17:47:16
|
显示全部楼层
插件用:
@maddox
Homebridge plugin for Home Assistant:
homebridge-homeassistant v3.1.0
https://github.com/home-assistant/homebridge-homeassistant#readme
配置方式
"platforms": [
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://192.168.xx.xx:8123",
"password": "xxxxxxxxxxxx",
"supported_types": [
"binary_sensor",
"climate",
"cover",
"fan",
"input_boolean",
"light",
"lock",
"group",
"media_player",
"remote",
"scene",
"sensor",
"switch"
],
"logging": false,
"verify_ssl": false
}
], |
|