From 3ca338dd25c95d94f9c2d84acabd77c87cda8a3f Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 14 Dec 2025 06:58:03 +0100 Subject: [PATCH] Add integration_type device to dunehd (#158935) --- homeassistant/components/dunehd/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/dunehd/manifest.json b/homeassistant/components/dunehd/manifest.json index b5528e0f565..4e9f3f721da 100644 --- a/homeassistant/components/dunehd/manifest.json +++ b/homeassistant/components/dunehd/manifest.json @@ -4,6 +4,7 @@ "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/dunehd", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["pdunehd"], "requirements": ["pdunehd==1.3.2"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 9621be74acd..7790883653b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1484,7 +1484,7 @@ }, "dunehd": { "name": "Dune HD", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },