From 0933c9fe51c5085b52b6375a23f89dd1e97d9c19 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 18 Dec 2025 19:31:43 +0100 Subject: [PATCH] Add integration_type device to hyperion (#159139) --- homeassistant/components/hyperion/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/hyperion/manifest.json b/homeassistant/components/hyperion/manifest.json index 6c14b2ddf6c..5d66956c1e0 100644 --- a/homeassistant/components/hyperion/manifest.json +++ b/homeassistant/components/hyperion/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@dermotduffy"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/hyperion", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["hyperion"], "requirements": ["hyperion-py==0.7.6"],