Skip to content

Commit 9981cd8

Browse files
tobieboothfabaff
authored andcommitted
Add disarm_after_trigger documentation (home-assistant#780)
1 parent 1d639d9 commit 9981cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_components/alarm_control_panel.manual.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ alarm_control_panel:
2222
code: PASSCODE
2323
pending_time: 60
2424
trigger_time: 120
25+
disarm_after_trigger: true
2526
```
2627
2728
Configuration variables:
@@ -30,7 +31,7 @@ Configuration variables:
3031
- **code** (*Optional*): If defined, specifies a code to enable or disable the alarm in the frontend.
3132
- **pending_time** (*Optional*): The time in seconds of the pending time before arming the alarm. Default is 60 seconds.
3233
- **trigger_time** (*Optional*): The time in seconds of the trigger time in which the alarm is firing. Default is 120 seconds.
33-
34+
- **disarm_after_trigger** (*Optional*): If true, the alarm will automatically disarm after it has been triggered instead of returning to the previous state.
3435
3536
## {% linkable_title Examples %}
3637

0 commit comments

Comments
 (0)