Merge pull request #1599 from fabaff/forecast.io

Upgrade to python-forecastio 1.3.4
This commit is contained in:
Fabian Affolter 2016-03-24 17:10:56 +01:00
commit b6a4257753
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.helpers.entity import Entity
from homeassistant.util import Throttle from homeassistant.util import Throttle
REQUIREMENTS = ['python-forecastio==1.3.3'] REQUIREMENTS = ['python-forecastio==1.3.4']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
# Sensor types are defined like so: # Sensor types are defined like so:

View File

@ -186,7 +186,7 @@ pyowm==2.3.0
pysnmp==4.2.5 pysnmp==4.2.5
# homeassistant.components.sensor.forecast # homeassistant.components.sensor.forecast
python-forecastio==1.3.3 python-forecastio==1.3.4
# homeassistant.components.media_player.mpd # homeassistant.components.media_player.mpd
python-mpd2==0.5.5 python-mpd2==0.5.5