mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Add debug logging to pyvera events. (#7364)
This commit is contained in:
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…
x
Reference in New Issue
Block a user