From 4a502105f062eb12f088f1c73c8e2a52ce792177 Mon Sep 17 00:00:00 2001 From: Kostas Chatzikokolakis Date: Thu, 7 Jul 2022 21:59:47 +0300 Subject: [PATCH] Document trigger/arm_custom_bypass options in template alarm control panel (#23304) --- .../_integrations/alarm_control_panel.template.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/alarm_control_panel.template.markdown b/source/_integrations/alarm_control_panel.template.markdown index 829039ff696..1019b6e222c 100644 --- a/source/_integrations/alarm_control_panel.template.markdown +++ b/source/_integrations/alarm_control_panel.template.markdown @@ -103,6 +103,14 @@ panels: description: Defines an action to run when the alarm is armed to vacation mode. required: false type: action + arm_custom_bypass: + description: Defines an action to run when the alarm is armed to custom bypass mode. + required: false + type: action + trigger: + description: Defines an action to run when the alarm is triggered. + required: false + type: action code_arm_required: description: If true, the code is required to arm the alarm. required: false