Upgrade to python-forecastio 1.3.4

This commit is contained in:
Fabian Affolter 2016-03-24 16:42:25 +01:00
parent fef682b192
commit 40e17da415
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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