From f6459453ed41b783e75996155f6d4802275efc1d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 20 Feb 2026 19:51:02 +0100 Subject: [PATCH] Add integration_type hub to surepetcare (#163646) --- homeassistant/components/surepetcare/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/surepetcare/manifest.json b/homeassistant/components/surepetcare/manifest.json index bcfd10d2f02..4aa24a581e7 100644 --- a/homeassistant/components/surepetcare/manifest.json +++ b/homeassistant/components/surepetcare/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@benleb", "@danielhiversen"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/surepetcare", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["rich", "surepy"], "requirements": ["surepy==0.9.0"]