mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
update yahooweather version (#2796)
This commit is contained in:
parent
b28114fb5a
commit
f0a138dd51
@ -13,7 +13,7 @@ from homeassistant.const import (CONF_PLATFORM, TEMP_CELSIUS,
|
|||||||
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.5"]
|
REQUIREMENTS = ["yahooweather==0.6"]
|
||||||
|
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
'weather_current': ['Current', None],
|
'weather_current': ['Current', None],
|
||||||
|
@ -464,7 +464,7 @@ xbee-helper==0.0.7
|
|||||||
xmltodict==0.10.2
|
xmltodict==0.10.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.yweather
|
# homeassistant.components.sensor.yweather
|
||||||
yahooweather==0.5
|
yahooweather==0.6
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.17.6
|
zeroconf==0.17.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user