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:
@@ -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"]
|
||||
|
||||
@@ -6151,7 +6151,7 @@
|
||||
},
|
||||
"sma": {
|
||||
"name": "SMA Solar",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user