diff --git a/homeassistant/components/sensor/lastfm.py b/homeassistant/components/sensor/lastfm.py index 76a40354829..8f3ac8ebb70 100644 --- a/homeassistant/components/sensor/lastfm.py +++ b/homeassistant/components/sensor/lastfm.py @@ -13,7 +13,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.const import CONF_API_KEY import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pylast==1.9.0'] +REQUIREMENTS = ['pylast==2.0.0'] ATTR_LAST_PLAYED = 'last_played' ATTR_PLAY_COUNT = 'play_count' diff --git a/requirements_all.txt b/requirements_all.txt index 8b3e7261cab..036a4f8e685 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -690,7 +690,7 @@ pykira==0.1.1 pykwb==0.0.8 # homeassistant.components.sensor.lastfm -pylast==1.9.0 +pylast==2.0.0 # homeassistant.components.media_player.webostv # homeassistant.components.notify.webostv