add code_arm_required to manual alarm with mqtt (#9087)

* Add code_arm_required to manual alarm with mqtt

* ✏️ Tweak
This commit is contained in:
Kevin Cooper 2019-06-18 09:06:32 +01:00 committed by Franck Nijhof
parent c69f3808b1
commit a0dd5a0e01

View File

@ -69,6 +69,12 @@ code_template:
Only one of **code** and **code_template** can be specified.
required: exclusive
type: string
code_arm_required:
description: >
If true, the code is required to arm the alarm. If false, the code is not validated.
required: false
type: boolean
default: true
delay_time:
description: The time in seconds of delay added to the triggered state's **pending_time** before triggering the alarm.
required: false