Skip to content

Commit

Permalink
docs: add update method
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanPhevos committed Dec 12, 2024
1 parent 9f48932 commit 42399ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion doc/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:配置流程。

0 comments on commit 42399ff

Please sign in to comment.