Add @esev as codeowner for wemo (#46756)

This commit is contained in:
Eric Severance 2021-02-18 10:08:48 -08:00 committed by GitHub
parent 8b97f62a8e
commit 76e5f86b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -521,6 +521,7 @@ homeassistant/components/watson_tts/* @rutkai
homeassistant/components/weather/* @fabaff homeassistant/components/weather/* @fabaff
homeassistant/components/webostv/* @bendavid homeassistant/components/webostv/* @bendavid
homeassistant/components/websocket_api/* @home-assistant/core homeassistant/components/websocket_api/* @home-assistant/core
homeassistant/components/wemo/* @esev
homeassistant/components/wiffi/* @mampfes homeassistant/components/wiffi/* @mampfes
homeassistant/components/wilight/* @leofig-rj homeassistant/components/wilight/* @leofig-rj
homeassistant/components/withings/* @vangorra homeassistant/components/withings/* @vangorra

View File

@ -12,5 +12,5 @@
"homekit": { "homekit": {
"models": ["Socket", "Wemo"] "models": ["Socket", "Wemo"]
}, },
"codeowners": [] "codeowners": ["@esev"]
} }