From db1d5c391d1efa42ebb239cc99432b93e2855126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E6=B1=82=E5=9C=A3=E5=89=91?= Date: Tue, 14 Oct 2025 11:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DHACS=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B3v1.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除hacs.json中不允许的domains字段 - 更新版本号至1.0.2 - 修复HACS验证错误 --- custom_components/JackeryHome/manifest.json | 2 +- hacs.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/custom_components/JackeryHome/manifest.json b/custom_components/JackeryHome/manifest.json index fbfe579..e30dcf2 100644 --- a/custom_components/JackeryHome/manifest.json +++ b/custom_components/JackeryHome/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "paho-mqtt>=1.6.0" ], - "version": "1.0.1" + "version": "1.0.2" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index 6a75397..f24c8e0 100644 --- a/hacs.json +++ b/hacs.json @@ -2,9 +2,6 @@ "name": "JackeryHome", "content_in_root": false, "render_readme": true, - "domains": [ - "jackery_home" - ], "iot_class": "Local Push", "homeassistant": "2024.1.0" } \ No newline at end of file