Add open to template lock platform (#35426)

This commit is contained in:
G Johansson 2024-11-27 13:28:59 +01:00 committed by GitHub
parent 5825f4cfb7
commit 4cdd8bd466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,10 @@ lock:
description: Defines an action to run when the lock is unlocked. description: Defines an action to run when the lock is unlocked.
required: true required: true
type: action type: action
open:
description: Defines an action to run when the lock is opened.
required: false
type: action
optimistic: optimistic:
description: Flag that defines if lock works in optimistic mode. description: Flag that defines if lock works in optimistic mode.
required: false required: false