From 3019f9041c93c7c7bc4cac693875beb0f4b37d6f Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 18 Dec 2025 19:29:32 +0100 Subject: [PATCH] Add integration_type hub to enocean (#159005) --- homeassistant/components/enocean/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/enocean/manifest.json b/homeassistant/components/enocean/manifest.json index bd79d591f6b..b7eba277b77 100644 --- a/homeassistant/components/enocean/manifest.json +++ b/homeassistant/components/enocean/manifest.json @@ -4,6 +4,7 @@ "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/enocean", + "integration_type": "device", "iot_class": "local_push", "loggers": ["enocean"], "requirements": ["enocean==0.50"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c750b5fca62..b136bc9c646 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1763,7 +1763,7 @@ }, "enocean": { "name": "EnOcean", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push", "single_config_entry": true