mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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==0.2.0", "solaredge-web==0.0.1"]
|
|
}
|