diff --git a/homeassistant/components/sensor/yweather.py b/homeassistant/components/sensor/yweather.py index 9011ae24b29..4fc9e3cc966 100644 --- a/homeassistant/components/sensor/yweather.py +++ b/homeassistant/components/sensor/yweather.py @@ -13,7 +13,7 @@ from homeassistant.const import (CONF_PLATFORM, TEMP_CELSIUS, from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle -REQUIREMENTS = ["yahooweather==0.4"] +REQUIREMENTS = ["yahooweather==0.5"] SENSOR_TYPES = { 'weather_current': ['Current', None], diff --git a/requirements_all.txt b/requirements_all.txt index f1862991644..715cd96d4d4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -455,7 +455,7 @@ xbee-helper==0.0.7 xmltodict==0.10.2 # homeassistant.components.sensor.yweather -yahooweather==0.4 +yahooweather==0.5 # homeassistant.components.zeroconf zeroconf==0.17.6