From 56f556864ca07696df3099eb23fafe252b472b73 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 21 Jan 2026 13:41:18 +0100 Subject: [PATCH] Add integration_type hub to sensibo (#161326) --- homeassistant/components/sensibo/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/sensibo/manifest.json b/homeassistant/components/sensibo/manifest.json index 4cadd3f8692..d58bc1a00fe 100644 --- a/homeassistant/components/sensibo/manifest.json +++ b/homeassistant/components/sensibo/manifest.json @@ -12,6 +12,7 @@ "homekit": { "models": ["Sensibo"] }, + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["pysensibo"], "quality_scale": "platinum",