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