Bump pyvera version - handle malformed json replies in poll thread. ()

This commit is contained in:
Greg Dowling 2017-05-04 21:14:36 +01:00 committed by Paulus Schoutsen
parent d251621f2b
commit 1d9f1487c3
2 changed files with 2 additions and 2 deletions
homeassistant/components
requirements_all.txt

View file

@ -20,7 +20,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pyvera==0.2.29']
REQUIREMENTS = ['pyvera==0.2.30']
_LOGGER = logging.getLogger(__name__)

View file

@ -704,7 +704,7 @@ pyunifi==2.0
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.2.29
pyvera==0.2.30
# homeassistant.components.notify.html5
pywebpush==0.6.1