From 2f4e713b7b5f94c8484c48365c0fa76689c3a01b Mon Sep 17 00:00:00 2001 From: k2v1n58 <38071268+k2v1n58@users.noreply.github.com> Date: Sat, 12 Dec 2020 11:03:34 +0100 Subject: [PATCH] Add code_arm_required to IFTTT alarm (#15822) https://github.com/home-assistant/core/pull/43928 --- source/_integrations/alarm_control_panel.ifttt.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/alarm_control_panel.ifttt.markdown b/source/_integrations/alarm_control_panel.ifttt.markdown index 9900fbfc711..903f8b46156 100644 --- a/source/_integrations/alarm_control_panel.ifttt.markdown +++ b/source/_integrations/alarm_control_panel.ifttt.markdown @@ -43,6 +43,11 @@ code: description: The code for the alarm control panel. required: false type: string +code_arm_required: + description: If true, the code is required to arm the alarm. + required: false + type: boolean + default: true event_arm_away: description: IFTTT webhook event to call when the state is set to armed away. required: false