mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Bump pyvera - handle non english language controllers.
This commit is contained in:
parent
73a15ddd64
commit
840072e92f
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||||||
EVENT_HOMEASSISTANT_STOP)
|
EVENT_HOMEASSISTANT_STOP)
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pyvera==0.2.35']
|
REQUIREMENTS = ['pyvera==0.2.37']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -821,7 +821,7 @@ pyunifi==2.13
|
|||||||
# pyuserinput==0.1.11
|
# pyuserinput==0.1.11
|
||||||
|
|
||||||
# homeassistant.components.vera
|
# homeassistant.components.vera
|
||||||
pyvera==0.2.35
|
pyvera==0.2.37
|
||||||
|
|
||||||
# homeassistant.components.media_player.vizio
|
# homeassistant.components.media_player.vizio
|
||||||
pyvizio==0.0.2
|
pyvizio==0.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user