Upgrade yahooweather to 0.10 (#11309)

This commit is contained in:
Fabian Affolter 2017-12-27 09:19:46 +01:00 committed by Pascal Vizeli
parent 40e1d35268
commit e92e433805
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.const import (
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['yahooweather==0.9']
REQUIREMENTS = ['yahooweather==0.10']
_LOGGER = logging.getLogger(__name__)

View file

@ -15,7 +15,7 @@ from homeassistant.components.weather import (
ATTR_FORECAST_TEMP, ATTR_FORECAST_TIME)
from homeassistant.const import (TEMP_CELSIUS, CONF_NAME, STATE_UNKNOWN)
REQUIREMENTS = ["yahooweather==0.9"]
REQUIREMENTS = ["yahooweather==0.10"]
_LOGGER = logging.getLogger(__name__)

View file

@ -1187,7 +1187,7 @@ yahoo-finance==1.4.0
# homeassistant.components.sensor.yweather
# homeassistant.components.weather.yweather
yahooweather==0.9
yahooweather==0.10
# homeassistant.components.light.yeelight
yeelight==0.3.3