core/homeassistant/components/solaredge/manifest.json

10 lines
302 B
JSON
Raw Normal View History

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