feat: update HA core and os version requirement

This commit is contained in:
topsworld 2024-12-11 10:17:44 +08:00
parent 15b81d8b9c
commit 051271af6d
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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