Add disarm_after_trigger documentation (#780)

This commit is contained in:
Tobie Booth 2016-08-24 05:20:43 -05:00 committed by Fabian Affolter
parent 1d639d9bd4
commit 9981cd8e98

View File

@ -22,6 +22,7 @@ alarm_control_panel:
code: PASSCODE code: PASSCODE
pending_time: 60 pending_time: 60
trigger_time: 120 trigger_time: 120
disarm_after_trigger: true
``` ```
Configuration variables: Configuration variables:
@ -30,7 +31,7 @@ Configuration variables:
- **code** (*Optional*): If defined, specifies a code to enable or disable the alarm in the frontend. - **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. - **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. - **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 %} ## {% linkable_title Examples %}