diff --git a/homeassistant/components/solax/manifest.json b/homeassistant/components/solax/manifest.json index 5509901ae02..d7292410958 100644 --- a/homeassistant/components/solax/manifest.json +++ b/homeassistant/components/solax/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@squishykid", "@Darsstar"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/solax", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["solax"], "requirements": ["solax==3.2.3"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 4c81e0ffb77..aeaa811018a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6440,7 +6440,7 @@ }, "solax": { "name": "SolaX Power", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },