From 03f81e4a09337b80105d044594de5191bd097ac6 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 20 Feb 2026 16:25:58 +0100 Subject: [PATCH] Add integration_type hub to starline (#163638) --- homeassistant/components/starline/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/starline/manifest.json b/homeassistant/components/starline/manifest.json index 5b15445c004..31f3641592e 100644 --- a/homeassistant/components/starline/manifest.json +++ b/homeassistant/components/starline/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@anonym-tsk"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/starline", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["starline"], "requirements": ["starline==0.1.5"]