diff --git a/homeassistant/components/sensor/lyft.py b/homeassistant/components/sensor/lyft.py index 11ca07f7fb8..0efc4063dc2 100644 --- a/homeassistant/components/sensor/lyft.py +++ b/homeassistant/components/sensor/lyft.py @@ -14,7 +14,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['lyft_rides==0.1.0b0'] +REQUIREMENTS = ['lyft_rides==0.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 43bc62cd0a0..659de15a860 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -401,7 +401,7 @@ liveboxplaytv==1.4.9 lmnotify==0.0.4 # homeassistant.components.sensor.lyft -lyft_rides==0.1.0b0 +lyft_rides==0.2 # homeassistant.components.notify.matrix matrix-client==0.0.6