From 02ec56bffa1e53f1123eb50431a1affbe2927a60 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 10:37:36 +0100 Subject: [PATCH] Add integration_type device to ccm15 (#158896) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/components/ccm15/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/ccm15/manifest.json b/homeassistant/components/ccm15/manifest.json index 23cd5547963..957eb47b1ce 100644 --- a/homeassistant/components/ccm15/manifest.json +++ b/homeassistant/components/ccm15/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@ocalvo"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ccm15", + "integration_type": "hub", "iot_class": "local_polling", "requirements": ["py_ccm15==0.1.2"] }