mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Adding support for Egardia / Woonveilig version GATE-03 (#11397)
This commit is contained in:
parent
fc8b25a71f
commit
976a0fe38c
@ -18,7 +18,7 @@ from homeassistant.const import (
|
||||
CONF_NAME, STATE_ALARM_DISARMED, STATE_ALARM_ARMED_HOME,
|
||||
STATE_ALARM_ARMED_AWAY, STATE_ALARM_TRIGGERED, EVENT_HOMEASSISTANT_STOP)
|
||||
|
||||
REQUIREMENTS = ['pythonegardia==1.0.25']
|
||||
REQUIREMENTS = ['pythonegardia==1.0.26']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -931,7 +931,7 @@ python_opendata_transport==0.0.3
|
||||
python_openzwave==0.4.0.35
|
||||
|
||||
# homeassistant.components.alarm_control_panel.egardia
|
||||
pythonegardia==1.0.25
|
||||
pythonegardia==1.0.26
|
||||
|
||||
# homeassistant.components.sensor.whois
|
||||
pythonwhois==2.4.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user