Update iot_class in hacs.json to lowercase for HACS compliance

This commit is contained in:
不求圣剑
2025-10-14 11:44:12 +08:00
parent db1d5c391d
commit 3ccf251194

View File

@@ -2,6 +2,6 @@
"name": "JackeryHome", "name": "JackeryHome",
"content_in_root": false, "content_in_root": false,
"render_readme": true, "render_readme": true,
"iot_class": "Local Push", "iot_class": "local_push",
"homeassistant": "2024.1.0" "homeassistant": "2024.1.0"
} }