Add debug logging to pyvera events. (#7364)

pull/6476/merge
Greg Dowling 2017-04-29 17:19:22 +01:00 committed by GitHub
parent b853fb2178
commit d8afea64af
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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