add code_arm_required to manual alarm (#9088)

* Add code_arm_required to manual alarm

* ✏️ tweak
This commit is contained in:
Kevin Cooper 2019-06-18 19:54:16 +01:00 committed by Franck Nijhof
parent df2ecd988d
commit bc100ed8e8

View File

@ -47,6 +47,11 @@ code_template:
Only one of **code** and **code_template** can be specified. Only one of **code** and **code_template** can be specified.
required: exclusive required: exclusive
type: string type: string
code_arm_required:
description: If true, the code is required to arm the alarm.
required: false
type: boolean
default: true
delay_time: delay_time:
description: The time in seconds of the pending time before triggering the alarm. description: The time in seconds of the pending time before triggering the alarm.
required: false required: false