Add codeowner to Enphase Envoy manifest (#43402)

This commit is contained in:
Greg 2020-11-23 10:58:30 -08:00 committed by GitHub
parent b272e16b44
commit 65796eee2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -132,6 +132,7 @@ homeassistant/components/emoncms/* @borpin
homeassistant/components/emulated_kasa/* @kbickar
homeassistant/components/enigma2/* @fbradyirl
homeassistant/components/enocean/* @bdurrer
homeassistant/components/enphase_envoy/* @gtdiehl
homeassistant/components/entur_public_transport/* @hfurubotten
homeassistant/components/environment_canada/* @michaeldavie
homeassistant/components/ephember/* @ttroy50

View File

@ -3,5 +3,7 @@
"name": "Enphase Envoy",
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
"requirements": ["envoy_reader==0.17.0"],
"codeowners": []
"codeowners": [
"@gtdiehl"
]
}