mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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:
parent
dbc59ad1a7
commit
181eca4b45
@ -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__)
|
||||
|
||||
|
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user