Upgrade pylast to 2.0.0 (#10200)
This commit is contained in:
parent
20a1a52bd5
commit
97bb252d23
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.const import CONF_API_KEY
|
from homeassistant.const import CONF_API_KEY
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pylast==1.9.0']
|
REQUIREMENTS = ['pylast==2.0.0']
|
||||||
|
|
||||||
ATTR_LAST_PLAYED = 'last_played'
|
ATTR_LAST_PLAYED = 'last_played'
|
||||||
ATTR_PLAY_COUNT = 'play_count'
|
ATTR_PLAY_COUNT = 'play_count'
|
||||||
|
|
|
@ -690,7 +690,7 @@ pykira==0.1.1
|
||||||
pykwb==0.0.8
|
pykwb==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.sensor.lastfm
|
# homeassistant.components.sensor.lastfm
|
||||||
pylast==1.9.0
|
pylast==2.0.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.webostv
|
# homeassistant.components.media_player.webostv
|
||||||
# homeassistant.components.notify.webostv
|
# homeassistant.components.notify.webostv
|
||||||
|
|
Loading…
Add table
Reference in a new issue