diff --git a/CODEOWNERS b/CODEOWNERS index e985b6f20b4..b3d2889b108 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1191,8 +1191,8 @@ build.json @home-assistant/supervisor /homeassistant/components/spider/ @peternijssen /tests/components/spider/ @peternijssen /homeassistant/components/splunk/ @Bre77 -/homeassistant/components/spotify/ @frenck -/tests/components/spotify/ @frenck +/homeassistant/components/spotify/ @frenck @joostlek +/tests/components/spotify/ @frenck @joostlek /homeassistant/components/sql/ @gjohansson-ST @dougiteixeira /tests/components/sql/ @gjohansson-ST @dougiteixeira /homeassistant/components/squeezebox/ @rajlaud diff --git a/homeassistant/components/spotify/manifest.json b/homeassistant/components/spotify/manifest.json index 7ca1533744c..84f2bc102e3 100644 --- a/homeassistant/components/spotify/manifest.json +++ b/homeassistant/components/spotify/manifest.json @@ -1,7 +1,7 @@ { "domain": "spotify", "name": "Spotify", - "codeowners": ["@frenck"], + "codeowners": ["@frenck", "@joostlek"], "config_flow": true, "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/spotify",