fix: HASS core version requirements (#214)

* Update README.md

* Update hacs.json

* Update README_zh.md
main
whoiam 10 months ago committed by GitHub
parent aacb794e1f
commit 6ce3206b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ Xiaomi Home Integration is an integrated component of Home Assistant supported b
> Home Assistant version requirement: > Home Assistant version requirement:
> >
> - Core $\geq$ 2024.11.0 > - Core $\geq$ 2024.4.4
> - Operating System $\geq$ 13.0 > - Operating System $\geq$ 13.0
### Method 1: Git clone from GitHub ### Method 1: Git clone from GitHub

@ -8,7 +8,7 @@
> Home Assistant 版本要求: > Home Assistant 版本要求:
> >
> - Core $\geq$ 2024.11.0 > - Core $\geq$ 2024.4.4
> - Operating System $\geq$ 13.0 > - Operating System $\geq$ 13.0
### 方法 1使用 git clone 命令从 GitHub 下载 ### 方法 1使用 git clone 命令从 GitHub 下载

@ -1,5 +1,5 @@
{ {
"name": "Xiaomi Home", "name": "Xiaomi Home",
"homeassistant": "2024.11.0", "homeassistant": "2024.4.4",
"hacs": "1.34.0" "hacs": "1.34.0"
} }

Loading…
Cancel
Save