diff --git a/homeassistant/components/nuheat/manifest.json b/homeassistant/components/nuheat/manifest.json index cda1e9b02dd..64cabad5bc2 100644 --- a/homeassistant/components/nuheat/manifest.json +++ b/homeassistant/components/nuheat/manifest.json @@ -10,6 +10,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/nuheat", + "integration_type": "device", "iot_class": "cloud_polling", "loggers": ["nuheat"], "requirements": ["nuheat==1.0.1"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 55747c734eb..e1ae6e6f2a6 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4584,7 +4584,7 @@ }, "nuheat": { "name": "NuHeat", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "cloud_polling" },