Bump pyvera version (improve stability of poll loop). (#14540)

pull/14541/head
Greg Dowling 2018-05-19 09:49:52 +01:00 committed by Martin Hjelmare
parent 8deb462471
commit aa51bb6cb9
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP, CONF_LIGHTS, CONF_EXCLUDE)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pyvera==0.2.42']
REQUIREMENTS = ['pyvera==0.2.43']
_LOGGER = logging.getLogger(__name__)

View File

@ -1090,7 +1090,7 @@ pyupnp-async==0.1.0.2
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.2.42
pyvera==0.2.43
# homeassistant.components.switch.vesync
pyvesync==0.1.1