Upgrade python-forecastio to 1.4.0 (#13282)

* Upgrade python-forecastio to 1.4.0

* Upgrade python-forecastio to 1.4.0 for sensor as well.
This commit is contained in:
cgtobi 2018-03-17 17:43:07 +01:00 committed by Pascal Vizeli
parent dbc59ad1a7
commit 181eca4b45
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-forecastio==1.3.5']
REQUIREMENTS = ['python-forecastio==1.4.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -19,7 +19,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle
REQUIREMENTS = ['python-forecastio==1.3.5']
REQUIREMENTS = ['python-forecastio==1.4.0']
_LOGGER = logging.getLogger(__name__)

View File

@ -918,7 +918,7 @@ python-etherscan-api==0.0.3
# homeassistant.components.sensor.darksky
# homeassistant.components.weather.darksky
python-forecastio==1.3.5
python-forecastio==1.4.0
# homeassistant.components.gc100
python-gc100==1.0.3a

View File

@ -144,7 +144,7 @@ pynx584==0.4
# homeassistant.components.sensor.darksky
# homeassistant.components.weather.darksky
python-forecastio==1.3.5
python-forecastio==1.4.0
# homeassistant.components.sensor.whois
pythonwhois==2.4.3