mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
21 lines
449 B
JSON
21 lines
449 B
JSON
{
|
|
"domain": "sma",
|
|
"name": "SMA Solar",
|
|
"codeowners": ["@kellerza", "@rklomp", "@erwindouna"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "sma*",
|
|
"macaddress": "0015BB*"
|
|
},
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/sma",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pysma"],
|
|
"requirements": ["pysma==1.1.0"]
|
|
}
|