From 5e77cbd185163e20e7a4e227841032af354c4d23 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:50:41 +0100 Subject: [PATCH] Add integration_type to Vicare manifest (#155726) --- homeassistant/components/vicare/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/vicare/manifest.json b/homeassistant/components/vicare/manifest.json index f2576a05d519..99e7fff2a2ea 100644 --- a/homeassistant/components/vicare/manifest.json +++ b/homeassistant/components/vicare/manifest.json @@ -9,6 +9,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/vicare", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["PyViCare"], "requirements": ["PyViCare==2.54.0"]