mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fixed bugs related to exception handling in pythonegardia. Updating package requirement accordingly (#9663)
This commit is contained in:
parent
755a2a8291
commit
4803721120
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user