core/homeassistant/components/solaredge/manifest.json

18 lines
418 B
JSON

{
"domain": "solaredge",
"name": "SolarEdge",
"codeowners": ["@frenck"],
"config_flow": true,
"dhcp": [
{
"hostname": "target",
"macaddress": "002702*"
}
],
"documentation": "https://www.home-assistant.io/integrations/solaredge",
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["solaredge"],
"requirements": ["solaredge==0.0.2", "stringcase==1.2.0"]
}