13 lines
367 B
JSON
13 lines
367 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": ["spotifyaio"],
|
|
"requirements": ["spotifyaio==1.0.0"]
|
|
}
|