mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Egardia package to .19 and change in port number for egardiaserver (#9225)
This commit is contained in:
parent
3a0e38aa73
commit
f2551c08af
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||||||
CONF_NAME, STATE_ALARM_DISARMED, STATE_ALARM_ARMED_HOME,
|
CONF_NAME, STATE_ALARM_DISARMED, STATE_ALARM_ARMED_HOME,
|
||||||
STATE_ALARM_ARMED_AWAY, STATE_ALARM_TRIGGERED)
|
STATE_ALARM_ARMED_AWAY, STATE_ALARM_TRIGGERED)
|
||||||
|
|
||||||
REQUIREMENTS = ['pythonegardia==1.0.18']
|
REQUIREMENTS = ['pythonegardia==1.0.19']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ CONF_REPORT_SERVER_PORT = 'report_server_port'
|
|||||||
DEFAULT_NAME = 'Egardia'
|
DEFAULT_NAME = 'Egardia'
|
||||||
DEFAULT_PORT = 80
|
DEFAULT_PORT = 80
|
||||||
DEFAULT_REPORT_SERVER_ENABLED = False
|
DEFAULT_REPORT_SERVER_ENABLED = False
|
||||||
DEFAULT_REPORT_SERVER_PORT = 85
|
DEFAULT_REPORT_SERVER_PORT = 52010
|
||||||
DOMAIN = 'egardia'
|
DOMAIN = 'egardia'
|
||||||
|
|
||||||
NOTIFICATION_ID = 'egardia_notification'
|
NOTIFICATION_ID = 'egardia_notification'
|
||||||
|
@ -797,7 +797,7 @@ python-wink==1.5.1
|
|||||||
python_openzwave==0.4.0.31
|
python_openzwave==0.4.0.31
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.egardia
|
# homeassistant.components.alarm_control_panel.egardia
|
||||||
pythonegardia==1.0.18
|
pythonegardia==1.0.19
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.trackr
|
# homeassistant.components.device_tracker.trackr
|
||||||
pytrackr==0.0.5
|
pytrackr==0.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user