Add myself to the codeowners manifest for openhome and tapsaff (#44188)

This commit is contained in:
Barry Williams 2020-12-14 09:05:15 +00:00 committed by GitHub
parent 66ed34e60e
commit b758c147a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -323,6 +323,7 @@ homeassistant/components/onewire/* @garbled1 @epenet
homeassistant/components/onvif/* @hunterjm
homeassistant/components/openerz/* @misialq
homeassistant/components/opengarage/* @danielhiversen
homeassistant/components/openhome/* @bazwilliams
homeassistant/components/opentherm_gw/* @mvn23
homeassistant/components/openuv/* @bachya
homeassistant/components/openweathermap/* @fabaff @freekode @nzapponi
@ -453,6 +454,7 @@ homeassistant/components/tado/* @michaelarnauts @bdraco
homeassistant/components/tag/* @balloob @dmulcahey
homeassistant/components/tahoma/* @philklei
homeassistant/components/tankerkoenig/* @guillempages
homeassistant/components/tapsaff/* @bazwilliams
homeassistant/components/tasmota/* @emontnemery
homeassistant/components/tautulli/* @ludeeus
homeassistant/components/tellduslive/* @fredrike

View file

@ -3,5 +3,5 @@
"name": "Linn / OpenHome",
"documentation": "https://www.home-assistant.io/integrations/openhome",
"requirements": ["openhomedevice==0.7.2"],
"codeowners": []
"codeowners": ["@bazwilliams"]
}

View file

@ -3,5 +3,5 @@
"name": "Taps Aff",
"documentation": "https://www.home-assistant.io/integrations/tapsaff",
"requirements": ["tapsaff==0.2.1"],
"codeowners": []
"codeowners": ["@bazwilliams"]
}