From cc5d98fe8b827edae847c288072f90efecd58bd3 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 17:22:52 +0100 Subject: [PATCH] Add integration_type device to coolmaster (#158925) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/components/coolmaster/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/coolmaster/manifest.json b/homeassistant/components/coolmaster/manifest.json index 8775d7f72b8..6b1839771bd 100644 --- a/homeassistant/components/coolmaster/manifest.json +++ b/homeassistant/components/coolmaster/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@OnFreund"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/coolmaster", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["pycoolmasternet_async"], "requirements": ["pycoolmasternet-async==0.2.2"]