Document trigger/arm_custom_bypass options in template alarm control panel (#23304)

This commit is contained in:
Kostas Chatzikokolakis 2022-07-07 21:59:47 +03:00 committed by GitHub
parent 20e4f315e4
commit 4a502105f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,14 @@ panels:
description: Defines an action to run when the alarm is armed to vacation mode.
required: false
type: action
arm_custom_bypass:
description: Defines an action to run when the alarm is armed to custom bypass mode.
required: false
type: action
trigger:
description: Defines an action to run when the alarm is triggered.
required: false
type: action
code_arm_required:
description: If true, the code is required to arm the alarm.
required: false