mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Add Spotify code owner (#100597)
This commit is contained in:
committed by
GitHub
parent
ea78f419a9
commit
d9227a7e3d
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user