From 31631bb6198ea2faccd2e0e714a17d20752b7652 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 28 Dec 2025 16:57:55 +0100 Subject: [PATCH] Add integration_type hub to prosegur (#159889) --- homeassistant/components/prosegur/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/prosegur/manifest.json b/homeassistant/components/prosegur/manifest.json index 2e649ebd5bd..c67c0505dd7 100644 --- a/homeassistant/components/prosegur/manifest.json +++ b/homeassistant/components/prosegur/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@dgomes"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/prosegur", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["pyprosegur"], "requirements": ["pyprosegur==0.0.14"]