pythonegardia package requirement to .18 (#9104)
* Bumping pythonegardia package requirement up to .18 * Updating requirements_all to reflect updated pythonegardia package .18
This commit is contained in:
parent
feb85b90b4
commit
0dccef4063
2 changed files with 2 additions and 2 deletions
|
@ -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.17']
|
||||
REQUIREMENTS = ['pythonegardia==1.0.18']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -790,7 +790,7 @@ python-wink==1.5.1
|
|||
python_openzwave==0.4.0.31
|
||||
|
||||
# homeassistant.components.alarm_control_panel.egardia
|
||||
pythonegardia==1.0.17
|
||||
pythonegardia==1.0.18
|
||||
|
||||
# homeassistant.components.device_tracker.trackr
|
||||
pytrackr==0.0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue