Upgrade yahooweather to 0.10 (#11309)
This commit is contained in:
parent
40e1d35268
commit
e92e433805
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue