fix: HASS core version requirements (#214)

* Update README.md

* Update hacs.json

* Update README_zh.md
This commit is contained in:
whoiam 2024-12-20 17:35:21 +08:00 committed by GitHub
parent aacb794e1f
commit 6ce3206b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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