From 3ccf2511948d3baf9c5796c04447614dff81f467 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:44:12 +0800 Subject: [PATCH] Update iot_class in hacs.json to lowercase for HACS compliance --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index f24c8e0..298b08a 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "JackeryHome", "content_in_root": false, "render_readme": true, - "iot_class": "Local Push", + "iot_class": "local_push", "homeassistant": "2024.1.0" } \ No newline at end of file