hass-core/homeassistant/components/spotify/manifest.json
2019-04-11 20:11:56 -07:00

13 lines
259 B
JSON

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