Fixed bugs related to exception handling in pythonegardia. Updating package requirement accordingly (#9663)

This commit is contained in:
Jeroen ter Heerdt 2017-10-02 22:41:46 +02:00 committed by Fabian Affolter
parent 755a2a8291
commit 4803721120
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)
REQUIREMENTS = ['pythonegardia==1.0.20']
REQUIREMENTS = ['pythonegardia==1.0.21']
_LOGGER = logging.getLogger(__name__)

View File

@ -820,7 +820,7 @@ python_opendata_transport==0.0.2
python_openzwave==0.4.0.35
# homeassistant.components.alarm_control_panel.egardia
pythonegardia==1.0.20
pythonegardia==1.0.21
# homeassistant.components.device_tracker.trackr
pytrackr==0.0.5