mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Merge pull request #1599 from fabaff/forecast.io
Upgrade to python-forecastio 1.3.4
This commit is contained in:
commit
b6a4257753
@ -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…
x
Reference in New Issue
Block a user