mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Add Spotify code owner (#100597)
This commit is contained in:
parent
ea78f419a9
commit
d9227a7e3d
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user