From 5eedef4920b503d76c5d19c535f8fd4100aaf608 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 25 Dec 2025 21:50:03 +0100 Subject: [PATCH] Add integration_type hub to monoprice (#159696) --- homeassistant/components/monoprice/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/monoprice/manifest.json b/homeassistant/components/monoprice/manifest.json index 398c8c48bb5..e8f4732946a 100644 --- a/homeassistant/components/monoprice/manifest.json +++ b/homeassistant/components/monoprice/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@etsinko", "@OnFreund"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/monoprice", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["pymonoprice"], "requirements": ["pymonoprice==0.5"]