mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"domain": "enphase_envoy",
|
|
"name": "Enphase Envoy",
|
|
"codeowners": ["@bdraco", "@cgarwood", "@catsmanac"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyenphase"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["pyenphase==2.4.6"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_enphase-envoy._tcp.local."
|
|
}
|
|
]
|
|
}
|