Results 648 comments of Alone

![zimi.clock.myk01](https://github.com/al-one/hass-xiaomi-miot/assets/4549099/e8481270-c06a-4a43-81c8-a9e4fa2704ba) 不支持的设备,因为厂商没有为其定义必要的miot规格属性。

- [xjx.toilet.relaxp](https://home.miot-spec.com/spec/xjx.toilet.relaxp) > `flush_work,start_foam,clean_work`等操作在miot规格中都需要传参,不适合使用`button`实体接入。 >

尝试master分支。 ```bash wget -O - https://get.hacs.vip | DOMAIN=xiaomi_miot ARCHIVE_TAG=master bash - ```

Perform this action in the developer tools and provide feedback. ```yaml action: xiaomi_miot.send_command data: entity_id: button.zhimi_za5_xxxx_info method: miIO.info params: [] ```

Try master branch. ```bash wget -O - https://get.hacs.vip | DOMAIN=xiaomi_miot ARCHIVE_TAG=master bash - ```

HA IP是`192.168.1.xxx`?

```yaml { "iid": 12, "type": "urn:miot-spec-v2:property:room-ids:00000073:zhimi-xa3:1", "description": "Room IDs", "format": "string", "access": [ # no read permission ], "unit": "none" } ``` The `room-ids` miot property is a parameter for...

Maybe you need to find `room-ids` through other means, I don't have a vacuum cleaner of the same model, so I can't help you. Maybe you can try: ```yaml action:...