mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Switch to own packaged version of spotipy (#14997)
This commit is contained in:
parent
5898307715
commit
656eae288e
@ -20,9 +20,7 @@ from homeassistant.const import (
|
|||||||
CONF_NAME, STATE_PLAYING, STATE_PAUSED, STATE_IDLE, STATE_UNKNOWN)
|
CONF_NAME, STATE_PLAYING, STATE_PAUSED, STATE_IDLE, STATE_UNKNOWN)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
COMMIT = '544614f4b1d508201d363e84e871f86c90aa26b2'
|
REQUIREMENTS = ['spotipy-homeassistant==2.4.4.dev1']
|
||||||
REQUIREMENTS = ['https://github.com/happyleavesaoc/spotipy/'
|
|
||||||
'archive/%s.zip#spotipy==2.4.4' % COMMIT]
|
|
||||||
|
|
||||||
DEPENDENCIES = ['http']
|
DEPENDENCIES = ['http']
|
||||||
|
|
||||||
|
@ -424,9 +424,6 @@ httplib2==0.10.3
|
|||||||
# homeassistant.components.media_player.braviatv
|
# homeassistant.components.media_player.braviatv
|
||||||
https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
|
https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.media_player.spotify
|
|
||||||
https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4
|
|
||||||
|
|
||||||
# homeassistant.components.neato
|
# homeassistant.components.neato
|
||||||
https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5
|
https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5
|
||||||
|
|
||||||
@ -1281,6 +1278,9 @@ speedtest-cli==2.0.2
|
|||||||
# homeassistant.components.sensor.spotcrime
|
# homeassistant.components.sensor.spotcrime
|
||||||
spotcrime==1.0.3
|
spotcrime==1.0.3
|
||||||
|
|
||||||
|
# homeassistant.components.media_player.spotify
|
||||||
|
spotipy-homeassistant==2.4.4.dev1
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
# homeassistant.components.sensor.sql
|
# homeassistant.components.sensor.sql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user