From 1a10da6004f2319c76331d8c89a32583af545c62 Mon Sep 17 00:00:00 2001 From: mbo18 Date: Thu, 30 Jun 2022 21:27:42 +0200 Subject: [PATCH] Add vacation mode to template alarm control panel (#23242) --- source/_integrations/alarm_control_panel.template.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/alarm_control_panel.template.markdown b/source/_integrations/alarm_control_panel.template.markdown index cbc59a55dbc..829039ff696 100644 --- a/source/_integrations/alarm_control_panel.template.markdown +++ b/source/_integrations/alarm_control_panel.template.markdown @@ -80,7 +80,7 @@ panels: required: false type: string value_template: - description: "Defines a template to set the state of the alarm panel. Only the states `armed_away`, `armed_home`, `armed_night`, `arming`, `disarmed`, `pending`, `triggered` and `unavailable` are used." + description: "Defines a template to set the state of the alarm panel. Only the states `armed_away`, `armed_home`, `armed_night`, `armed_vacation`, `arming`, `disarmed`, `pending`, `triggered` and `unavailable` are used." required: false type: template disarm: @@ -99,6 +99,10 @@ panels: description: Defines an action to run when the alarm is armed to night mode. required: false type: action + arm_vacation: + description: Defines an action to run when the alarm is armed to vacation mode. + required: false + type: action code_arm_required: description: If true, the code is required to arm the alarm. required: false