diff --git a/homeassistant/components/aurora_abb_powerone/manifest.json b/homeassistant/components/aurora_abb_powerone/manifest.json index 92994415ee2..8d33cc95d45 100644 --- a/homeassistant/components/aurora_abb_powerone/manifest.json +++ b/homeassistant/components/aurora_abb_powerone/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@davet2001"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/aurora_abb_powerone", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["aurorapy"], "requirements": ["aurorapy==0.2.7"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7788c481a51..6b18e7e3954 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -560,7 +560,7 @@ }, "aurora_abb_powerone": { "name": "Aurora ABB PowerOne Solar PV", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },