From fb69620e494e805a1876651e3bc1b39e5274f9c7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 15 Jan 2018 23:25:00 +0100 Subject: [PATCH] Upgrade pylast to 2.1.0 (#11668) --- homeassistant/components/sensor/lastfm.py | 4 ++-- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sensor/lastfm.py b/homeassistant/components/sensor/lastfm.py index 8f3ac8ebb70..9d305973ecf 100644 --- a/homeassistant/components/sensor/lastfm.py +++ b/homeassistant/components/sensor/lastfm.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index ee6de0be56c..c055ddbba15 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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