mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Upgrade pyvera to 0.2.45 (#17419)
This release adds support for garage door openers. A garage door opener will show up as a switch.
This commit is contained in:
parent
a302112879
commit
f198859441
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||||||
EVENT_HOMEASSISTANT_STOP, CONF_LIGHTS, CONF_EXCLUDE)
|
EVENT_HOMEASSISTANT_STOP, CONF_LIGHTS, CONF_EXCLUDE)
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pyvera==0.2.44']
|
REQUIREMENTS = ['pyvera==0.2.45']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1236,7 +1236,7 @@ pyuptimerobot==0.0.5
|
|||||||
# pyuserinput==0.1.11
|
# pyuserinput==0.1.11
|
||||||
|
|
||||||
# homeassistant.components.vera
|
# homeassistant.components.vera
|
||||||
pyvera==0.2.44
|
pyvera==0.2.45
|
||||||
|
|
||||||
# homeassistant.components.switch.vesync
|
# homeassistant.components.switch.vesync
|
||||||
pyvesync==0.1.1
|
pyvesync==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user