set myself as codeowner of xmpp, removed me from notify/* (#23207)

* set myself as codeowner of xmpp, removed me from notify/*

* changed the manifests as well
This commit is contained in:
Florian Klien 2019-04-18 21:26:02 +02:00 committed by Robbie Trencheny
parent fda483f482
commit daf2f30822
3 changed files with 5 additions and 4 deletions

View File

@ -154,7 +154,7 @@ homeassistant/components/netdata/* @fabaff
homeassistant/components/nissan_leaf/* @filcole
homeassistant/components/nmbs/* @thibmaek
homeassistant/components/no_ip/* @fabaff
homeassistant/components/notify/* @flowolf
homeassistant/components/notify/* @home-assistant/core
homeassistant/components/nsw_fuel_station/* @nickw444
homeassistant/components/nuki/* @pschmitt
homeassistant/components/ohmconnect/* @robbiet480
@ -247,7 +247,7 @@ homeassistant/components/xfinity/* @cisasteelersfan
homeassistant/components/xiaomi_aqara/* @danielhiversen @syssi
homeassistant/components/xiaomi_miio/* @rytilahti @syssi
homeassistant/components/xiaomi_tv/* @fattdev
homeassistant/components/xmpp/* @fabaff
homeassistant/components/xmpp/* @fabaff @flowolf
homeassistant/components/yamaha_musiccast/* @jalmeroth
homeassistant/components/yeelight/* @rytilahti @zewelor
homeassistant/components/yeelightsunflower/* @lindsaymarkward

View File

@ -5,6 +5,6 @@
"requirements": [],
"dependencies": [],
"codeowners": [
"@flowolf"
"@home-assistant/core"
]
}

View File

@ -7,6 +7,7 @@
],
"dependencies": [],
"codeowners": [
"@fabaff"
"@fabaff",
"@flowolf"
]
}