mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-04 17:26:50 +00:00
Mqtt alarm code_arm_required (#8822)
* Mqtt alarm value_template and code_arm_required
* ✏️ Tweak
This commit is contained in:
parent
f6bfbb72af
commit
be2eeead68
@ -85,6 +85,11 @@ code:
|
|||||||
description: If defined, specifies a code to enable or disable the alarm in the frontend.
|
description: If defined, specifies a code to enable or disable the alarm in the frontend.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
code_arm_required:
|
||||||
|
description: If true the code is required to arm the alarm.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
availability_topic:
|
availability_topic:
|
||||||
description: The MQTT topic subscribed to receive availability (online/offline) updates.
|
description: The MQTT topic subscribed to receive availability (online/offline) updates.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user