From 972d95602a962be4682ea34cb0b2603888fa9529 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 17 Dec 2025 20:41:10 +0100 Subject: [PATCH] Add integration_type hub to meater (#159311) --- homeassistant/components/meater/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/meater/manifest.json b/homeassistant/components/meater/manifest.json index 1e10d60d8c9..813edab26f8 100644 --- a/homeassistant/components/meater/manifest.json +++ b/homeassistant/components/meater/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@Sotolotl", "@emontnemery"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/meater", + "integration_type": "hub", "iot_class": "cloud_polling", "requirements": ["meater-python==0.0.8"] }