From 689f1519c0cf2b9e927b2b7013598e1ab81c77f4 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Fri, 18 Sep 2020 03:16:29 +0200 Subject: [PATCH] Add cgtobi to sonos code owners (#40204) * Add myself to Sonos code owners * Run hassfest --- CODEOWNERS | 1 + homeassistant/components/sonos/manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 8804380fc72..b33246766d5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -400,6 +400,7 @@ homeassistant/components/soma/* @ratsept homeassistant/components/somfy/* @tetienne homeassistant/components/sonarr/* @ctalkington homeassistant/components/songpal/* @rytilahti @shenxn +homeassistant/components/sonos/* @cgtobi homeassistant/components/spaceapi/* @fabaff homeassistant/components/speedtestdotnet/* @rohankapoorcom @engrbm87 homeassistant/components/spider/* @peternijssen diff --git a/homeassistant/components/sonos/manifest.json b/homeassistant/components/sonos/manifest.json index efad23ee1f2..daded59cadf 100644 --- a/homeassistant/components/sonos/manifest.json +++ b/homeassistant/components/sonos/manifest.json @@ -9,5 +9,7 @@ "st": "urn:schemas-upnp-org:device:ZonePlayer:1" } ], - "codeowners": [] + "codeowners": [ + "@cgtobi" + ] }