From aca03ab3c83f1d930a013f15c2c3817b91f53f61 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 10 May 2024 11:43:53 +0200 Subject: [PATCH] Fix grammar error in lock open blog post (#2169) * Fix grammar error in lock open blog post * Use dash --- ...rts open state.md => 2024-05-10-lock-supports-open-state.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename blog/{2024-05-10-lock supports open state.md => 2024-05-10-lock-supports-open-state.md} (93%) diff --git a/blog/2024-05-10-lock supports open state.md b/blog/2024-05-10-lock-supports-open-state.md similarity index 93% rename from blog/2024-05-10-lock supports open state.md rename to blog/2024-05-10-lock-supports-open-state.md index 691c27ab..fbaaf449 100644 --- a/blog/2024-05-10-lock supports open state.md +++ b/blog/2024-05-10-lock-supports-open-state.md @@ -4,7 +4,7 @@ authorURL: https://github.com/gjohansson-ST title: "LockEntity supports open/opening state" --- -Recently we have added a `open` and `opening` state to `LockEntity` +Recently we have added an `open` and `opening` state to `LockEntity` This is useful if you have locks which can differentiate between `unlocked` (not locked but latched) state and `open` (unlocked and latch withdrawn) state.