From 0d0f29122a92944e844671037a8e02e0a96a1a3d Mon Sep 17 00:00:00 2001 From: avee87 <6134677+avee87@users.noreply.github.com> Date: Wed, 29 Sep 2021 16:00:23 +0100 Subject: [PATCH] Update template alarm docs - add code_format (#19482) --- source/_integrations/alarm_control_panel.template.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/alarm_control_panel.template.markdown b/source/_integrations/alarm_control_panel.template.markdown index 7f82d294c55..0e13dc2c8c1 100644 --- a/source/_integrations/alarm_control_panel.template.markdown +++ b/source/_integrations/alarm_control_panel.template.markdown @@ -104,6 +104,11 @@ panels: required: false type: boolean default: false + code_format: + description: One of `number`, `text` or `no_code`. Format for the code used to arm/disarm the alarm. + required: false + type: string + default: number {% endconfiguration %} ## Considerations