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" },