From 6ce3206b30841db7a6d551a16dedafbf58746f43 Mon Sep 17 00:00:00 2001 From: whoiam <46884440+Jimmo-o@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:35:21 +0800 Subject: [PATCH] fix: HASS core version requirements (#214) * Update README.md * Update hacs.json * Update README_zh.md --- README.md | 2 +- doc/README_zh.md | 2 +- hacs.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe3b75c..2268b9d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/README_zh.md b/doc/README_zh.md index c221440..7e1a48b 100644 --- a/doc/README_zh.md +++ b/doc/README_zh.md @@ -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 下载 diff --git a/hacs.json b/hacs.json index 98096d8..366fc8e 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "Xiaomi Home", - "homeassistant": "2024.11.0", + "homeassistant": "2024.4.4", "hacs": "1.34.0" }