Upgrade pylast to 2.2.0 (#14139)
parent
e6d4501ee3
commit
7bdd4dd960
|
@ -13,7 +13,7 @@ from homeassistant.const import CONF_API_KEY
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['pylast==2.1.0']
|
||||
REQUIREMENTS = ['pylast==2.2.0']
|
||||
|
||||
ATTR_LAST_PLAYED = 'last_played'
|
||||
ATTR_PLAY_COUNT = 'play_count'
|
||||
|
|
|
@ -823,7 +823,7 @@ pykwb==0.0.8
|
|||
pylacrosse==0.3.1
|
||||
|
||||
# homeassistant.components.sensor.lastfm
|
||||
pylast==2.1.0
|
||||
pylast==2.2.0
|
||||
|
||||
# homeassistant.components.media_player.webostv
|
||||
# homeassistant.components.notify.webostv
|
||||
|
|
Loading…
Reference in New Issue