mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix Yahoo Weather icons over SSL (#10602)
This commit is contained in:
parent
d5b170f761
commit
c7b0f25eae
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['yahooweather==0.8']
|
REQUIREMENTS = ['yahooweather==0.9']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ from homeassistant.components.weather import (
|
|||||||
ATTR_FORECAST_TEMP, ATTR_FORECAST_TIME)
|
ATTR_FORECAST_TEMP, ATTR_FORECAST_TIME)
|
||||||
from homeassistant.const import (TEMP_CELSIUS, CONF_NAME, STATE_UNKNOWN)
|
from homeassistant.const import (TEMP_CELSIUS, CONF_NAME, STATE_UNKNOWN)
|
||||||
|
|
||||||
REQUIREMENTS = ["yahooweather==0.8"]
|
REQUIREMENTS = ["yahooweather==0.9"]
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1148,7 +1148,7 @@ yahoo-finance==1.4.0
|
|||||||
|
|
||||||
# homeassistant.components.sensor.yweather
|
# homeassistant.components.sensor.yweather
|
||||||
# homeassistant.components.weather.yweather
|
# homeassistant.components.weather.yweather
|
||||||
yahooweather==0.8
|
yahooweather==0.9
|
||||||
|
|
||||||
# homeassistant.components.light.yeelight
|
# homeassistant.components.light.yeelight
|
||||||
yeelight==0.3.3
|
yeelight==0.3.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user