Bump pywemo version - fixed scan device = None bug

This commit is contained in:
pavoni 2015-11-27 19:05:15 +00:00
parent 4c3d6981a6
commit bbf73e0bae
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import logging
from homeassistant.components.switch import SwitchDevice from homeassistant.components.switch import SwitchDevice
from homeassistant.const import STATE_ON, STATE_OFF, STATE_STANDBY from homeassistant.const import STATE_ON, STATE_OFF, STATE_STANDBY
REQUIREMENTS = ['pywemo==0.3.2'] REQUIREMENTS = ['pywemo==0.3.3']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -149,7 +149,7 @@ hikvision==0.4
orvibo==1.0.0 orvibo==1.0.0
# homeassistant.components.switch.wemo # homeassistant.components.switch.wemo
pywemo==0.3.2 pywemo==0.3.3
# homeassistant.components.thermostat.honeywell # homeassistant.components.thermostat.honeywell
evohomeclient==0.2.3 evohomeclient==0.2.3