Merge pull request #2201 from home-assistant/fix_pywemo_ssdp_decode_utf8

Bump pywemo version to fix ssdp discovery encoding issue.
This commit is contained in:
Greg Dowling 2016-06-02 10:09:13 +01:00
commit 780d62ac5c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -307,7 +307,7 @@ pyuserinput==0.1.9
pyvera==0.2.10 pyvera==0.2.10
# homeassistant.components.wemo # homeassistant.components.wemo
pywemo==0.4.2 pywemo==0.4.3
# homeassistant.components.thermostat.radiotherm # homeassistant.components.thermostat.radiotherm
radiotherm==1.2 radiotherm==1.2