mirror of https://github.com/home-assistant/core
14 lines
412 B
JSON
14 lines
412 B
JSON
{
|
|
"domain": "spotify",
|
|
"name": "Spotify",
|
|
"codeowners": ["@frenck", "@joostlek"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/spotify",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["spotipy"],
|
|
"requirements": ["spotifyaio==0.8.8"],
|
|
"zeroconf": ["_spotify-connect._tcp.local."]
|
|
}
|