Bump pywemo - fix for latest bridge firmware. (#5921)
This commit is contained in:
parent
e4bbe37112
commit
9c400de64b
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.helpers import config_validation as cv
|
|||
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||
|
||||
REQUIREMENTS = ['pywemo==0.4.11']
|
||||
REQUIREMENTS = ['pywemo==0.4.12']
|
||||
|
||||
DOMAIN = 'wemo'
|
||||
|
||||
|
|
|
@ -575,7 +575,7 @@ pyvera==0.2.23
|
|||
pywebpush==0.6.1
|
||||
|
||||
# homeassistant.components.wemo
|
||||
pywemo==0.4.11
|
||||
pywemo==0.4.12
|
||||
|
||||
# homeassistant.components.zabbix
|
||||
pyzabbix==0.7.4
|
||||
|
|
Loading…
Add table
Reference in a new issue