Upgrade to python-forecastio 1.3.4
parent
fef682b192
commit
40e17da415
|
@ -11,7 +11,7 @@ from homeassistant.const import CONF_API_KEY, TEMP_CELCIUS
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['python-forecastio==1.3.3']
|
||||
REQUIREMENTS = ['python-forecastio==1.3.4']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
# Sensor types are defined like so:
|
||||
|
|
|
@ -186,7 +186,7 @@ pyowm==2.3.0
|
|||
pysnmp==4.2.5
|
||||
|
||||
# homeassistant.components.sensor.forecast
|
||||
python-forecastio==1.3.3
|
||||
python-forecastio==1.3.4
|
||||
|
||||
# homeassistant.components.media_player.mpd
|
||||
python-mpd2==0.5.5
|
||||
|
|
Loading…
Reference in New Issue