From 77c024fcdd8d58f9e7828ecd9cd9ee4d2cbdf617 Mon Sep 17 00:00:00 2001 From: Erwin Douna Date: Tue, 28 Oct 2025 11:44:38 +0100 Subject: [PATCH] SMA add integration type (#155323) --- homeassistant/components/sma/manifest.json | 5 ++++- homeassistant/generated/integrations.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sma/manifest.json b/homeassistant/components/sma/manifest.json index 89b8fafc6ae..ea0c1793fe2 100644 --- a/homeassistant/components/sma/manifest.json +++ b/homeassistant/components/sma/manifest.json @@ -8,9 +8,12 @@ "hostname": "sma*", "macaddress": "0015BB*" }, - { "registered_devices": true } + { + "registered_devices": true + } ], "documentation": "https://www.home-assistant.io/integrations/sma", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["pysma"], "requirements": ["pysma==1.0.2"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 730a77bccd9..dae343371f4 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6151,7 +6151,7 @@ }, "sma": { "name": "SMA Solar", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },