Merge pull request #1585 from jaharkes/wemo

Bump pywemo to new version.
This commit is contained in:
Fabian Affolter 2016-03-21 23:50:00 +01:00
commit 0490514d9e
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import logging
from homeassistant.components import discovery
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
REQUIREMENTS = ['pywemo==0.3.17']
REQUIREMENTS = ['pywemo==0.3.19']
DOMAIN = 'wemo'
DISCOVER_LIGHTS = 'wemo.light'

View file

@ -225,7 +225,7 @@ pyuserinput==0.1.9
pyvera==0.2.8
# homeassistant.components.wemo
pywemo==0.3.17
pywemo==0.3.19
# homeassistant.components.thermostat.radiotherm
radiotherm==1.2