From 1e1265c99c38f5fcdbe06b74bf9c718dd5af48a0 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 12:25:20 +0100 Subject: [PATCH] Add integration_type device to goodwe (#159083) --- homeassistant/components/goodwe/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },