hass-core/homeassistant/components/enphase_envoy/manifest.json
J. Nick Koston 94fde73add
Add config flow for enphase envoy (#48517)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-04-04 22:11:06 -10:00

13 lines
No EOL
307 B
JSON

{
"domain": "enphase_envoy",
"name": "Enphase Envoy",
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
"requirements": [
"envoy_reader==0.18.3"
],
"codeowners": [
"@gtdiehl"
],
"config_flow": true,
"zeroconf": [{ "type": "_enphase-envoy._tcp.local."}]
}