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" }