mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Upgrade pylast to 3.1.0 (#22302)
This commit is contained in:
parent
89221bfab9
commit
90dfe72d31
@ -9,7 +9,7 @@ from homeassistant.const import CONF_API_KEY, ATTR_ATTRIBUTION
|
|||||||
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==3.0.0']
|
REQUIREMENTS = ['pylast==3.1.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1116,7 +1116,7 @@ pykwb==0.0.8
|
|||||||
pylacrosse==0.3.1
|
pylacrosse==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.lastfm.sensor
|
# homeassistant.components.lastfm.sensor
|
||||||
pylast==3.0.0
|
pylast==3.1.0
|
||||||
|
|
||||||
# homeassistant.components.launch_library.sensor
|
# homeassistant.components.launch_library.sensor
|
||||||
pylaunches==0.2.0
|
pylaunches==0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user