Add Spotify code owner (#100597)

This commit is contained in:
Joost Lekkerkerker 2023-09-19 16:43:00 +02:00 committed by GitHub
parent ea78f419a9
commit d9227a7e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1191,8 +1191,8 @@ build.json @home-assistant/supervisor
/homeassistant/components/spider/ @peternijssen /homeassistant/components/spider/ @peternijssen
/tests/components/spider/ @peternijssen /tests/components/spider/ @peternijssen
/homeassistant/components/splunk/ @Bre77 /homeassistant/components/splunk/ @Bre77
/homeassistant/components/spotify/ @frenck /homeassistant/components/spotify/ @frenck @joostlek
/tests/components/spotify/ @frenck /tests/components/spotify/ @frenck @joostlek
/homeassistant/components/sql/ @gjohansson-ST @dougiteixeira /homeassistant/components/sql/ @gjohansson-ST @dougiteixeira
/tests/components/sql/ @gjohansson-ST @dougiteixeira /tests/components/sql/ @gjohansson-ST @dougiteixeira
/homeassistant/components/squeezebox/ @rajlaud /homeassistant/components/squeezebox/ @rajlaud

View File

@ -1,7 +1,7 @@
{ {
"domain": "spotify", "domain": "spotify",
"name": "Spotify", "name": "Spotify",
"codeowners": ["@frenck"], "codeowners": ["@frenck", "@joostlek"],
"config_flow": true, "config_flow": true,
"dependencies": ["application_credentials"], "dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/spotify", "documentation": "https://www.home-assistant.io/integrations/spotify",