mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump pywemo - fix for latest bridge firmware. (#5921)
This commit is contained in:
parent
e4bbe37112
commit
9c400de64b
@ -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…
x
Reference in New Issue
Block a user