Bump to pywemo 0.4.5 - fixes bug with requests 2.11.0 (#2818)
This commit is contained in:
parent
8210d65850
commit
6fd0fe05f9
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ from homeassistant.components.discovery import SERVICE_WEMO
|
||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||||
|
|
||||||
REQUIREMENTS = ['pywemo==0.4.3']
|
REQUIREMENTS = ['pywemo==0.4.5']
|
||||||
|
|
||||||
DOMAIN = 'wemo'
|
DOMAIN = 'wemo'
|
||||||
|
|
||||||
|
|
|
@ -377,7 +377,7 @@ pyuserinput==0.1.9
|
||||||
pyvera==0.2.15
|
pyvera==0.2.15
|
||||||
|
|
||||||
# homeassistant.components.wemo
|
# homeassistant.components.wemo
|
||||||
pywemo==0.4.3
|
pywemo==0.4.5
|
||||||
|
|
||||||
# homeassistant.components.thermostat.radiotherm
|
# homeassistant.components.thermostat.radiotherm
|
||||||
radiotherm==1.2
|
radiotherm==1.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue