Update pywemo version

This commit is contained in:
pavoni 2015-12-30 11:54:21 +00:00
parent 586be7fad1
commit 41a36df801
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from homeassistant.components.switch import SwitchDevice
from homeassistant.const import (
STATE_ON, STATE_OFF, STATE_STANDBY, EVENT_HOMEASSISTANT_STOP)
REQUIREMENTS = ['pywemo==0.3.4']
REQUIREMENTS = ['pywemo==0.3.5']
_LOGGER = logging.getLogger(__name__)
_WEMO_SUBSCRIPTION_REGISTRY = None

View File

@ -173,7 +173,7 @@ hikvision==0.4
orvibo==1.1.0
# homeassistant.components.switch.wemo
pywemo==0.3.4
pywemo==0.3.5
# homeassistant.components.tellduslive
tellive-py==0.5.2