From 45e00eb13dc1d9742848add874ba7f05b0574f29 Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:51:26 -0600 Subject: [PATCH] Add integration_type to HEOS (#136105) --- homeassistant/components/heos/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/heos/manifest.json b/homeassistant/components/heos/manifest.json index 6a631861b1c..e3d2632e340 100644 --- a/homeassistant/components/heos/manifest.json +++ b/homeassistant/components/heos/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@andrewsayre"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/heos", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["pyheos"], "requirements": ["pyheos==1.0.0"],