12 lines
316 B
JSON
12 lines
316 B
JSON
{
|
|
"domain": "spotify",
|
|
"name": "Spotify",
|
|
"documentation": "https://www.home-assistant.io/integrations/spotify",
|
|
"requirements": ["spotipy==2.17.1"],
|
|
"zeroconf": ["_spotify-connect._tcp.local."],
|
|
"dependencies": ["http"],
|
|
"codeowners": ["@frenck"],
|
|
"config_flow": true,
|
|
"quality_scale": "silver"
|
|
}
|