1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00

SMA add integration type (#155323)

This commit is contained in:
Erwin Douna
2025-10-28 11:44:38 +01:00
committed by GitHub
parent 27570138e7
commit 77c024fcdd
2 changed files with 5 additions and 2 deletions

View File

@@ -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"]

View File

@@ -6151,7 +6151,7 @@
},
"sma": {
"name": "SMA Solar",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},