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",
|
2021-11-16 01:23:59 +00:00
|
|
|
"requirements": ["spotipy==2.19.0"],
|
2020-01-24 17:47:22 +00:00
|
|
|
"zeroconf": ["_spotify-connect._tcp.local."],
|
|
|
|
"dependencies": ["http"],
|
|
|
|
"codeowners": ["@frenck"],
|
|
|
|
"config_flow": true,
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "silver",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["spotipy"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|