mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Bump pyvera to 0.2.38. (#10206)
This commit is contained in:
committed by
Fabian Affolter
parent
e91ed1f2a4
commit
6a9968ccb9
@ -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.37']
|
||||
REQUIREMENTS = ['pyvera==0.2.38']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -893,7 +893,7 @@ pyunifi==2.13
|
||||
# pyuserinput==0.1.11
|
||||
|
||||
# homeassistant.components.vera
|
||||
pyvera==0.2.37
|
||||
pyvera==0.2.38
|
||||
|
||||
# homeassistant.components.media_player.vizio
|
||||
pyvizio==0.0.2
|
||||
|
Reference in New Issue
Block a user