Bump pywemo version.

This commit is contained in:
pavoni 2016-02-18 19:32:30 +00:00
parent d39e1be388
commit 98d18c3060
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.10']
REQUIREMENTS = ['pywemo==0.3.12']
_LOGGER = logging.getLogger(__name__)
_WEMO_SUBSCRIPTION_REGISTRY = None

View File

@ -214,7 +214,7 @@ pyuserinput==0.1.9
pyvera==0.2.8
# homeassistant.components.switch.wemo
pywemo==0.3.10
pywemo==0.3.12
# homeassistant.components.thermostat.radiotherm
radiotherm==1.2