mirror of
https://github.com/home-assistant/core.git
synced 2026-07-08 07:15:09 +01:00
19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"domain": "solaredge",
|
|
"name": "SolarEdge",
|
|
"codeowners": ["@frenck", "@bdraco", "@tronikos"],
|
|
"config_flow": true,
|
|
"dependencies": ["recorder"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "target",
|
|
"macaddress": "002702*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/solaredge",
|
|
"integration_type": "device",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aiosolaredge", "solaredge_web"],
|
|
"requirements": ["aiosolaredge==1.0.2", "solaredge-web==0.0.1"]
|
|
}
|