Adding support for Egardia / Woonveilig version GATE-03 (#11397)

This commit is contained in:
Jeroen ter Heerdt 2018-01-01 02:10:52 +01:00 committed by Martin Hjelmare
parent fc8b25a71f
commit 976a0fe38c
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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