diff --git a/homeassistant/components/aurora_abb_powerone/manifest.json b/homeassistant/components/aurora_abb_powerone/manifest.json index 92994415ee27939020dab4b688707c4ca88a5957..8d33cc95d458ca00c4d494147a2e7e662f22a229 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 7788c481a51cdf7c84c8099616fa7c5ec48b7484..6b18e7e39540f3677691f4288170320fcd02cf4c 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" },