1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/solaredge/manifest.json
2024-04-23 22:07:16 +02:00

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"]
}