core/homeassistant/components/spotify/manifest.json

14 lines
261 B
JSON

{
"domain": "spotify",
"name": "Spotify",
"documentation": "https://www.home-assistant.io/integrations/spotify",
"requirements": [
"spotipy-homeassistant==2.4.4.dev1"
],
"dependencies": [
"configurator",
"http"
],
"codeowners": []
}