From 75b67c8b7bbec2a7c0935f0442532960ad3d4cb0 Mon Sep 17 00:00:00 2001 From: Martin Nilsson Date: Thu, 27 Feb 2025 15:51:15 +0100 Subject: [PATCH] Added missing lock state "unlocked" (#37738) The list of states a lock entity can have was missing the "unlocked" option. --- source/_integrations/lock.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/lock.markdown b/source/_integrations/lock.markdown index 7116ff7c587..bbe95579d75 100644 --- a/source/_integrations/lock.markdown +++ b/source/_integrations/lock.markdown @@ -27,6 +27,7 @@ A lock entity can have the following states: - **Opening**: Indication of whether the lock is currently opening. - **Locked**: The lock is currently locked. - **Locking**: The lock is in the process of being locked. +- **Unlocked**: The lock is currently unlocked. - **Unlocking**: The lock is in the process of being unlocked. - **Unavailable**: The entity is currently unavailable. - **Unknown**: The state is not yet known.