mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-04-22 09:32:45 +08:00
docs: add update method
This commit is contained in:
parent
9f48932c46
commit
42399ff1f6
@ -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
|
||||
|
||||
- [License](./LICENSE.md)
|
||||
|
@ -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)
|
||||
@ -391,6 +393,6 @@ siid、piid、eiid、aiid、value 均为十进制三位整数。
|
||||
- miot/miot_lan: 设备局域网控制,包括设备发现、设备控制等。
|
||||
- miot/miot_mdns: 中枢网关服务局域网发现。
|
||||
- miot/miot_network:获取网络状态和网络信息。
|
||||
- miot/miot_storage: 用于集成文件存储。
|
||||
- miot/miot_storage: 集成文件存储。
|
||||
- miot/test:测试脚本。
|
||||
- config_flow:配置流程。
|
||||
|
Loading…
x
Reference in New Issue
Block a user