Mqtt alarm code_arm_required (#8822)

* Mqtt alarm value_template and code_arm_required

* ✏️ Tweak
This commit is contained in:
Marco M 2019-03-06 21:56:05 +01:00 committed by Franck Nijhof
parent f6bfbb72af
commit be2eeead68

View File

@ -85,6 +85,11 @@ code:
description: If defined, specifies a code to enable or disable the alarm in the frontend.
required: false
type: string
code_arm_required:
description: If true the code is required to arm the alarm.
required: false
type: boolean
default: true
availability_topic:
description: The MQTT topic subscribed to receive availability (online/offline) updates.
required: false