diff --git a/CODEOWNERS b/CODEOWNERS index 31e97d9e511..946caef629e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1285,8 +1285,8 @@ build.json @home-assistant/supervisor /tests/components/sonarr/ @ctalkington /homeassistant/components/songpal/ @rytilahti @shenxn /tests/components/songpal/ @rytilahti @shenxn -/homeassistant/components/sonos/ @jjlawren -/tests/components/sonos/ @jjlawren +/homeassistant/components/sonos/ @jjlawren @peterager +/tests/components/sonos/ @jjlawren @peterager /homeassistant/components/soundtouch/ @kroimon /tests/components/soundtouch/ @kroimon /homeassistant/components/spaceapi/ @fabaff diff --git a/homeassistant/components/sonos/manifest.json b/homeassistant/components/sonos/manifest.json index 58a0ec3b7ee..b6375eb7f16 100644 --- a/homeassistant/components/sonos/manifest.json +++ b/homeassistant/components/sonos/manifest.json @@ -2,7 +2,7 @@ "domain": "sonos", "name": "Sonos", "after_dependencies": ["plex", "spotify", "zeroconf", "media_source"], - "codeowners": ["@jjlawren"], + "codeowners": ["@jjlawren", "@peterager"], "config_flow": true, "dependencies": ["ssdp"], "documentation": "https://www.home-assistant.io/integrations/sonos",