16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"domain": "enphase_envoy",
|
|
"name": "Enphase Envoy",
|
|
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
|
|
"requirements": ["envoy_reader==0.20.1"],
|
|
"codeowners": ["@gtdiehl"],
|
|
"config_flow": true,
|
|
"zeroconf": [
|
|
{
|
|
"type": "_enphase-envoy._tcp.local."
|
|
}
|
|
],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["envoy_reader"]
|
|
}
|