Add myself as codeowner for Whois (#62958)

This commit is contained in:
Franck Nijhof 2021-12-28 21:05:15 +01:00 committed by GitHub
parent 1f35ad08e2
commit 28faf9eafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1032,6 +1032,7 @@ homeassistant/components/wemo/* @esev
tests/components/wemo/* @esev
homeassistant/components/whirlpool/* @abmantis
tests/components/whirlpool/* @abmantis
homeassistant/components/whois/* @frenck
homeassistant/components/wiffi/* @mampfes
tests/components/wiffi/* @mampfes
homeassistant/components/wilight/* @leofig-rj

View File

@ -3,6 +3,6 @@
"name": "Whois",
"documentation": "https://www.home-assistant.io/integrations/whois",
"requirements": ["python-whois==0.7.3"],
"codeowners": [],
"codeowners": ["@frenck"],
"iot_class": "cloud_polling"
}