2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "spotify",
|
|
|
|
"name": "Spotify",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/spotify",
|
2020-09-06 20:55:29 +00:00
|
|
|
"requirements": ["spotipy==2.14.0"],
|
2020-01-24 17:47:22 +00:00
|
|
|
"zeroconf": ["_spotify-connect._tcp.local."],
|
|
|
|
"dependencies": ["http"],
|
|
|
|
"codeowners": ["@frenck"],
|
|
|
|
"config_flow": true,
|
|
|
|
"quality_scale": "silver"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|