mirror of https://github.com/home-assistant/core
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"domain": "solaredge",
|
|
"name": "SolarEdge",
|
|
"codeowners": ["@frenck", "@bdraco"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "target",
|
|
"macaddress": "002702*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/solaredge",
|
|
"integration_type": "device",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aiosolaredge"],
|
|
"requirements": ["aiosolaredge==0.2.0", "stringcase==1.2.0"]
|
|
}
|