From b91d027d08acc51e3211e9b3b7b2b841cce82a4b Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:34:35 +1300 Subject: [PATCH] Update manifest.json --- custom_components/shopping_list_manager/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/shopping_list_manager/manifest.json b/custom_components/shopping_list_manager/manifest.json index cb59c82..80065e3 100644 --- a/custom_components/shopping_list_manager/manifest.json +++ b/custom_components/shopping_list_manager/manifest.json @@ -8,5 +8,6 @@ "dependencies": [], "codeowners": ["@thekiwismarthome"], "config_flow": true, - "iot_class": "local_push" + "iot_class": "local_push", + "integration_type": "service" }