Bump pyvera version (improve stability of poll loop). (#14540)
parent
8deb462471
commit
aa51bb6cb9
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue