diff --git a/homeassistant/components/goodwe/manifest.json b/homeassistant/components/goodwe/manifest.json index 2f04ee3982f..b658dbca636 100644 --- a/homeassistant/components/goodwe/manifest.json +++ b/homeassistant/components/goodwe/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@mletenay", "@starkillerOG"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/goodwe", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["goodwe"], "requirements": ["goodwe==0.4.8"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 6f9eecf8c3d..a4b785fa372 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2415,7 +2415,7 @@ }, "goodwe": { "name": "GoodWe Inverter", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },