Bump to pywemo 0.4.5 - fixes bug with requests 2.11.0 (#2818)
parent
8210d65850
commit
6fd0fe05f9
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue