mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-10 04:06:48 +00:00
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:
parent
c69f3808b1
commit
a0dd5a0e01
@ -69,6 +69,12 @@ 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. If false, the code is not validated.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
delay_time:
|
delay_time:
|
||||||
description: The time in seconds of delay added to the triggered state's **pending_time** before triggering the alarm.
|
description: The time in seconds of delay added to the triggered state's **pending_time** before triggering the alarm.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user