From d2918586f9b2d7a58648bcc0bc161fb66bc28716 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 20 Feb 2026 16:21:09 +0100 Subject: [PATCH] Add integration_type device to solax (#163629) --- homeassistant/components/solax/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },