docs: add update method

This commit is contained in:
LiShuzhen 2024-12-12 08:32:52 +08:00
parent 9f48932c46
commit 42399ff1f6
2 changed files with 5 additions and 1 deletions

View File

@ -371,6 +371,8 @@ Example:
} }
``` ```
> If you edit `specv2entity.py`, `spec_filter.json` or `multi_lang.json` in the `custom_components/xiaomi_home/miot/specs` directory in your Home Assistant, you need to update the entity conversion rule in the integration's CONFIGURE page to take effect. Method: [Settings > Devices & services > Configured > Xiaomi Home](https://my.home-assistant.io/redirect/integration/?domain=xiaomi_home) > CONFIGURE > Update Entity Conversion Rule
## Documents ## Documents
- [License](./LICENSE.md) - [License](./LICENSE.md)

View File

@ -373,6 +373,8 @@ siid、piid、eiid、aiid、value 均为十进制三位整数。
} }
``` ```
> 在 Home Assistant 中修改了 `custom_components/xiaomi_home/translations/` 路径下的 `specv2entity.py``spec_filter.json``multi_lang.json` 文件的内容,需要在集成配置中更新实体转换规则才能生效。方法:[设置 > 设备与服务 > 已配置 > Xiaomi Home](https://my.home-assistant.io/redirect/integration/?domain=xiaomi_home) > 配置 > 更新实体转换规则
## 文档 ## 文档
- [许可证](../LICENSE.md) - [许可证](../LICENSE.md)
@ -391,6 +393,6 @@ siid、piid、eiid、aiid、value 均为十进制三位整数。
- miot/miot_lan: 设备局域网控制,包括设备发现、设备控制等。 - miot/miot_lan: 设备局域网控制,包括设备发现、设备控制等。
- miot/miot_mdns: 中枢网关服务局域网发现。 - miot/miot_mdns: 中枢网关服务局域网发现。
- miot/miot_network获取网络状态和网络信息。 - miot/miot_network获取网络状态和网络信息。
- miot/miot_storage: 用于集成文件存储。 - miot/miot_storage: 集成文件存储。
- miot/test测试脚本。 - miot/test测试脚本。
- config_flow配置流程。 - config_flow配置流程。