Fix Yahoo Weather icons over SSL (#10602)

This commit is contained in:
On Freund 2017-11-15 22:27:26 +02:00 committed by Andrey
parent d5b170f761
commit c7b0f25eae
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.8']
REQUIREMENTS = ['yahooweather==0.9']
_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.8"]
REQUIREMENTS = ["yahooweather==0.9"]
_LOGGER = logging.getLogger(__name__)

View File

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