Results 648 comments of Alone

@YaShr00m Execute these check commands in the HA container. ```shell docker exec -it homeassistant sh ```

It seems fine, or it might just be due to network anomalies at certain times.

使用集成自带的tts: ```yaml action: xiaomi_miot.intelligent_speaker data: entity_id: media_player.xiaomi_lx06_aa92_play_control text: TTS内容 execute: false # 执行指令 silent: false # 静默执行 ```

Some devices are intermittently unreachable on the LAN, if these errors occur infrequently, you can ignore them, or add a custom option `auto_cloud: true`. ![xiaomi miot customize](https://user-images.githubusercontent.com/4549099/218679301-e372b600-10ac-4368-b9de-81362e4cfdae.png) https://user-images.githubusercontent.com/4549099/211185592-79daa90d-c5cb-4c9e-829c-12a52fa3eaf0.mp4

```html window.onload = function () { SwaggerClient.resolve({ url: 'your.yaml' }) .then(function (client) { window.ui = SwaggerUIBundle({ spec: client.spec, dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], layout: 'StandaloneLayout', validatorUrl:...

Provide debug logs in latest version.

Show me the attributes of the information diagnosis entity.

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

如果您调用的服务支持返回响应数据,您可以通过在 URL 中添加 ?return_response 来检索它。这样,您的响应将同时包含已更改实体的列表和服务响应数据。 - https://developers.home-assistant.io/docs/api/rest#actions