2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available alarm control panel services
|
2016-07-31 18:49:30 +00:00
|
|
|
|
2017-10-30 20:39:12 +00:00
|
|
|
alarm_disarm:
|
|
|
|
description: Send the alarm the command for disarm.
|
2016-07-31 18:49:30 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name of alarm control panel to disarm.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 'alarm_control_panel.downstairs'
|
|
|
|
code:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: An optional code to disarm the alarm control panel with.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 1234
|
|
|
|
|
|
|
|
alarm_arm_home:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Send the alarm the command for arm home.
|
2016-07-31 18:49:30 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name of alarm control panel to arm home.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 'alarm_control_panel.downstairs'
|
|
|
|
code:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: An optional code to arm home the alarm control panel with.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 1234
|
|
|
|
|
|
|
|
alarm_arm_away:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Send the alarm the command for arm away.
|
2016-07-31 18:49:30 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name of alarm control panel to arm away.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 'alarm_control_panel.downstairs'
|
|
|
|
code:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: An optional code to arm away the alarm control panel with.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 1234
|
|
|
|
|
2017-08-13 17:57:48 +00:00
|
|
|
alarm_arm_night:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Send the alarm the command for arm night.
|
2017-08-13 17:57:48 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name of alarm control panel to arm night.
|
2017-08-13 17:57:48 +00:00
|
|
|
example: 'alarm_control_panel.downstairs'
|
|
|
|
code:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: An optional code to arm night the alarm control panel with.
|
2017-08-13 17:57:48 +00:00
|
|
|
example: 1234
|
|
|
|
|
2016-07-31 18:49:30 +00:00
|
|
|
alarm_trigger:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Send the alarm the command for trigger.
|
2016-07-31 18:49:30 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name of alarm control panel to trigger.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 'alarm_control_panel.downstairs'
|
|
|
|
code:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: An optional code to trigger the alarm control panel with.
|
2016-07-31 18:49:30 +00:00
|
|
|
example: 1234
|
2016-11-18 06:13:22 +00:00
|
|
|
|
|
|
|
envisalink_alarm_keypress:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Send custom keypresses to the alarm.
|
2016-11-18 06:13:22 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name of the alarm control panel to trigger.
|
2016-11-18 06:13:22 +00:00
|
|
|
example: 'alarm_control_panel.downstairs'
|
|
|
|
keypress:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: 'String to send to the alarm panel (1-6 characters).'
|
2016-11-18 06:13:22 +00:00
|
|
|
example: '*71'
|
2017-12-25 10:34:07 +00:00
|
|
|
|
|
|
|
alarmdecoder_alarm_toggle_chime:
|
|
|
|
description: Send the alarm the toggle chime command.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of the alarm control panel to trigger.
|
|
|
|
example: 'alarm_control_panel.downstairs'
|
|
|
|
code:
|
|
|
|
description: A required code to toggle the alarm control panel chime with.
|
|
|
|
example: 1234
|