Upgrade pylast to 2.1.0 (#11668)
This commit is contained in:
parent
d219f244d2
commit
fb69620e49
2 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ import re
|
|||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.const import CONF_API_KEY
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['pylast==2.0.0']
|
||||
REQUIREMENTS = ['pylast==2.1.0']
|
||||
|
||||
ATTR_LAST_PLAYED = 'last_played'
|
||||
ATTR_PLAY_COUNT = 'play_count'
|
||||
|
|
|
@ -756,7 +756,7 @@ pykwb==0.0.8
|
|||
pylacrosse==0.3.1
|
||||
|
||||
# homeassistant.components.sensor.lastfm
|
||||
pylast==2.0.0
|
||||
pylast==2.1.0
|
||||
|
||||
# homeassistant.components.media_player.webostv
|
||||
# homeassistant.components.notify.webostv
|
||||
|
|
Loading…
Add table
Reference in a new issue