From 4cdd8bd466b3a472a8cd7b1ad4fecf3994df8a13 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Wed, 27 Nov 2024 13:28:59 +0100 Subject: [PATCH] Add open to template lock platform (#35426) --- source/_integrations/lock.template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/lock.template.markdown b/source/_integrations/lock.template.markdown index 9cd4f878a64..8674d4b52f3 100644 --- a/source/_integrations/lock.template.markdown +++ b/source/_integrations/lock.template.markdown @@ -82,6 +82,10 @@ lock: description: Defines an action to run when the lock is unlocked. required: true type: action + open: + description: Defines an action to run when the lock is opened. + required: false + type: action optimistic: description: Flag that defines if lock works in optimistic mode. required: false