From 9981cd8e9872b62c1f6fcc8b78e681cbc940bd9e Mon Sep 17 00:00:00 2001 From: Tobie Booth Date: Wed, 24 Aug 2016 05:20:43 -0500 Subject: [PATCH] Add disarm_after_trigger documentation (#780) --- source/_components/alarm_control_panel.manual.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/alarm_control_panel.manual.markdown b/source/_components/alarm_control_panel.manual.markdown index 3a4eb6a7902..d173d3f11a7 100644 --- a/source/_components/alarm_control_panel.manual.markdown +++ b/source/_components/alarm_control_panel.manual.markdown @@ -22,6 +22,7 @@ alarm_control_panel: code: PASSCODE pending_time: 60 trigger_time: 120 + disarm_after_trigger: true ``` Configuration variables: @@ -30,7 +31,7 @@ Configuration variables: - **code** (*Optional*): If defined, specifies a code to enable or disable the alarm in the frontend. - **pending_time** (*Optional*): The time in seconds of the pending time before arming the alarm. Default is 60 seconds. - **trigger_time** (*Optional*): The time in seconds of the trigger time in which the alarm is firing. Default is 120 seconds. - +- **disarm_after_trigger** (*Optional*): If true, the alarm will automatically disarm after it has been triggered instead of returning to the previous state. ## {% linkable_title Examples %}