From a0dd5a0e01ca08fe16d0f37d9666ce6a697b09ca Mon Sep 17 00:00:00 2001 From: Kevin Cooper Date: Tue, 18 Jun 2019 09:06:32 +0100 Subject: [PATCH] add code_arm_required to manual alarm with mqtt (#9087) * Add code_arm_required to manual alarm with mqtt * :pencil2: Tweak --- source/_components/manual_mqtt.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/manual_mqtt.markdown b/source/_components/manual_mqtt.markdown index ac75fdb9543..a0fa6aa8d76 100644 --- a/source/_components/manual_mqtt.markdown +++ b/source/_components/manual_mqtt.markdown @@ -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