mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Upgrade pylast to 2.4.0 (#15886)
This commit is contained in:
parent
0ab65f1ac5
commit
61901496ec
@ -13,7 +13,7 @@ from homeassistant.const import CONF_API_KEY
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pylast==2.3.0']
|
REQUIREMENTS = ['pylast==2.4.0']
|
||||||
|
|
||||||
ATTR_LAST_PLAYED = 'last_played'
|
ATTR_LAST_PLAYED = 'last_played'
|
||||||
ATTR_PLAY_COUNT = 'play_count'
|
ATTR_PLAY_COUNT = 'play_count'
|
||||||
|
@ -904,7 +904,7 @@ pykwb==0.0.8
|
|||||||
pylacrosse==0.3.1
|
pylacrosse==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.lastfm
|
# homeassistant.components.sensor.lastfm
|
||||||
pylast==2.3.0
|
pylast==2.4.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.lg_netcast
|
# homeassistant.components.media_player.lg_netcast
|
||||||
pylgnetcast-homeassistant==0.2.0.dev0
|
pylgnetcast-homeassistant==0.2.0.dev0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user