update yahooweather version (#2796)

pull/2775/merge
Pascal Vizeli 2016-08-13 03:47:45 +02:00 committed by Paulus Schoutsen
parent b28114fb5a
commit f0a138dd51
2 changed files with 2 additions and 2 deletions

View File

@ -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.5"]
REQUIREMENTS = ["yahooweather==0.6"]
SENSOR_TYPES = {
'weather_current': ['Current', None],

View File

@ -464,7 +464,7 @@ xbee-helper==0.0.7
xmltodict==0.10.2
# homeassistant.components.sensor.yweather
yahooweather==0.5
yahooweather==0.6
# homeassistant.components.zeroconf
zeroconf==0.17.6