From e3f3861d4e3d7a676ae37bf592f0b1c2f025bf2b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 09:37:48 +0100 Subject: [PATCH] Add integration_type hub to flume (#159020) --- homeassistant/components/flume/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/flume/manifest.json b/homeassistant/components/flume/manifest.json index 953d9791f2f..0c3997935e1 100644 --- a/homeassistant/components/flume/manifest.json +++ b/homeassistant/components/flume/manifest.json @@ -9,6 +9,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/flume", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["pyflume"], "requirements": ["PyFlume==0.6.5"]