From 4b10a542b08534484371ecaf2b8f005170905d2d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 20 Jan 2026 20:27:35 +0100 Subject: [PATCH] Add integration_type hub to rympro (#161320) --- homeassistant/components/rympro/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/rympro/manifest.json b/homeassistant/components/rympro/manifest.json index 51c26b312fb..a6c8705afdd 100644 --- a/homeassistant/components/rympro/manifest.json +++ b/homeassistant/components/rympro/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@OnFreund", "@elad-bar", "@maorcc"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/rympro", + "integration_type": "hub", "iot_class": "cloud_polling", "requirements": ["pyrympro==0.0.9"] }