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",
|
2022-12-19 15:44:13 +00:00
|
|
|
"requirements": ["spotipy==2.22.0"],
|
2020-01-24 17:47:22 +00:00
|
|
|
"zeroconf": ["_spotify-connect._tcp.local."],
|
2022-08-25 13:33:05 +00:00
|
|
|
"dependencies": ["application_credentials"],
|
2020-01-24 17:47:22 +00:00
|
|
|
"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",
|
2022-10-23 18:43:13 +00:00
|
|
|
"integration_type": "service",
|
2022-01-28 21:37:53 +00:00
|
|
|
"loggers": ["spotipy"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|