mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Bump pyvera to 0.2.42. Improve event loop robustness. (#13095)
This commit is contained in:
parent
1dc5fa145f
commit
401e92f84e
@ -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.41']
|
||||
REQUIREMENTS = ['pyvera==0.2.42']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -1021,7 +1021,7 @@ pyunifi==2.13
|
||||
# pyuserinput==0.1.11
|
||||
|
||||
# homeassistant.components.vera
|
||||
pyvera==0.2.41
|
||||
pyvera==0.2.42
|
||||
|
||||
# homeassistant.components.media_player.vizio
|
||||
pyvizio==0.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user