core/homeassistant/components/enphase_envoy/manifest.json

16 lines
404 B
JSON
Raw Normal View History

{
"domain": "enphase_envoy",
"name": "Enphase Envoy",
"codeowners": ["@bdraco", "@cgarwood", "@dgomes", "@joostlek"],
"config_flow": true,
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
"iot_class": "local_polling",
"loggers": ["pyenphase"],
2023-09-13 14:04:34 +00:00
"requirements": ["pyenphase==1.11.4"],
"zeroconf": [
{
"type": "_enphase-envoy._tcp.local."
}
2023-02-08 19:19:19 +00:00
]
2021-12-06 07:48:17 +00:00
}