mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 18:08:37 -04:00
17 lines
424 B
JSON
17 lines
424 B
JSON
{
|
|
"domain": "enphase_envoy",
|
|
"name": "Enphase Envoy",
|
|
"codeowners": ["@bdraco", "@cgarwood", "@catsmanac"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyenphase"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["pyenphase==2.4.2"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_enphase-envoy._tcp.local."
|
|
}
|
|
]
|
|
}
|