mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Merge pull request #8564 from home-assistant/bump_pyvera
Bump pyvera to fix colour exception
This commit is contained in:
commit
966809c1a1
@ -20,7 +20,7 @@ from homeassistant.const import (
|
||||
EVENT_HOMEASSISTANT_STOP)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['pyvera==0.2.34']
|
||||
REQUIREMENTS = ['pyvera==0.2.35']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -773,7 +773,7 @@ pyunifi==2.13
|
||||
# pyuserinput==0.1.11
|
||||
|
||||
# homeassistant.components.vera
|
||||
pyvera==0.2.34
|
||||
pyvera==0.2.35
|
||||
|
||||
# homeassistant.components.media_player.vizio
|
||||
pyvizio==0.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user