Add debug logging to pyvera events. (#7364)
parent
b853fb2178
commit
d8afea64af
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||
EVENT_HOMEASSISTANT_STOP)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['pyvera==0.2.27']
|
||||
REQUIREMENTS = ['pyvera==0.2.29']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -679,7 +679,7 @@ pyunifi==2.0
|
|||
# pyuserinput==0.1.11
|
||||
|
||||
# homeassistant.components.vera
|
||||
pyvera==0.2.27
|
||||
pyvera==0.2.29
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
pywebpush==0.6.1
|
||||
|
|
Loading…
Reference in New Issue