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" },