diff --git a/CODEOWNERS b/CODEOWNERS index 29d4adc8933..ea0840a2519 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -269,7 +269,7 @@ homeassistant/components/yeelight/* @rytilahti @zewelor homeassistant/components/yeelightsunflower/* @lindsaymarkward homeassistant/components/yessssms/* @flowolf homeassistant/components/yi/* @bachya -homeassistant/components/zeroconf/* @robbiet480 +homeassistant/components/zeroconf/* @robbiet480 @Kane610 homeassistant/components/zha/* @dmulcahey @adminiuga homeassistant/components/zone/* @home-assistant/core homeassistant/components/zoneminder/* @rohankapoorcom diff --git a/homeassistant/components/zeroconf/manifest.json b/homeassistant/components/zeroconf/manifest.json index 5979ea12a58..07e620381e4 100644 --- a/homeassistant/components/zeroconf/manifest.json +++ b/homeassistant/components/zeroconf/manifest.json @@ -9,6 +9,7 @@ "api" ], "codeowners": [ - "@robbiet480" + "@robbiet480", + "@Kane610" ] }