Bump pywemo to 0.4.1 - fix non native light issue.

This commit is contained in:
pavoni 2016-04-07 10:00:25 +01:00
parent 2e9bf42688
commit 54aa7b80ea
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.24']
REQUIREMENTS = ['pywemo==0.4.1']
DOMAIN = 'wemo'
DISCOVER_LIGHTS = 'wemo.light'

View file

@ -241,7 +241,7 @@ pyuserinput==0.1.9
pyvera==0.2.10
# homeassistant.components.wemo
pywemo==0.3.24
pywemo==0.4.1
# homeassistant.components.thermostat.radiotherm
radiotherm==1.2