Alone
Alone
APP操作后需要等待30~60秒才能同步状态到HA。
当通过homekit关闭窗帘时,hk会通过插件向设备发送目标位置0%,指定发送成功后状态属性更新为目标位置0%,随后插件请求最新的设备状态,设备返回当前位置16%。 造成此问题的主要原因是homekit是调用HA的`cover.set_cover_position`服务来控制窗帘,而非`cover.close_cover`。另外你的窗帘在完全关闭的状态下实际位置为16%,应该是需要重置下窗帘行程。或者通过[自定义选项](https://github.com/al-one/hass-xiaomi-miot/issues/100#custom)`closed_position: 16`来指定关闭状态的位置。
Show me the [entity attributes](https://my.home-assistant.io/redirect/developer_states).
Try [hass-xiaomi-miot](https://github.com/al-one/hass-xiaomi-miot).
Show me the [entity attributes](https://my.home-assistant.io/redirect/developer_states).
Not this project.
米家摄像机页面开启“看家助手”。
蓝牙设备云端报错`-704010000 Unknown`,插件无能为力。
- #600 `sensor_attributes` - https://www.home-assistant.io/integrations/template
- https://github.com/home-assistant/core/pull/73233