Upgrade pyowm to 2.3.2 (fixes #2452) (#2464)

pull/2457/head^2
Fabian Affolter 2016-07-07 03:31:11 +02:00 committed by Paulus Schoutsen
parent db23320659
commit 216a756590
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle from homeassistant.util import Throttle
REQUIREMENTS = ['pyowm==2.3.1'] REQUIREMENTS = ['pyowm==2.3.2']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
SENSOR_TYPES = { SENSOR_TYPES = {
'weather': ['Condition', None], 'weather': ['Condition', None],

View File

@ -292,7 +292,7 @@ pynetio==0.1.6
pynx584==0.2 pynx584==0.2
# homeassistant.components.sensor.openweathermap # homeassistant.components.sensor.openweathermap
pyowm==2.3.1 pyowm==2.3.2
# homeassistant.components.switch.acer_projector # homeassistant.components.switch.acer_projector
pyserial<=3.0 pyserial<=3.0