Bump to pywemo 0.4.5 - fixes bug with requests 2.11.0 (#2818)

pull/2824/head
Greg Dowling 2016-08-14 19:42:43 +01:00 committed by Paulus Schoutsen
parent 8210d65850
commit 6fd0fe05f9
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from homeassistant.components.discovery import SERVICE_WEMO
from homeassistant.helpers import discovery
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
REQUIREMENTS = ['pywemo==0.4.3']
REQUIREMENTS = ['pywemo==0.4.5']
DOMAIN = 'wemo'

View File

@ -377,7 +377,7 @@ pyuserinput==0.1.9
pyvera==0.2.15
# homeassistant.components.wemo
pywemo==0.4.3
pywemo==0.4.5
# homeassistant.components.thermostat.radiotherm
radiotherm==1.2