From f06047d55b8f249520c2669709629109c3be3081 Mon Sep 17 00:00:00 2001 From: Alberto Geniola Date: Wed, 17 Apr 2024 23:24:32 +0200 Subject: [PATCH] Close coroutine if container coro is cancelled, attempt to fix #352 --- .version | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.version b/.version index d630423..7ed08c9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.7.0b1 +0.4.7.0b2 diff --git a/README.md b/README.md index de86d44..501d1ad 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Anyway, feel free to contribute via donations! #### 0.4.7.0b1 - Added local-lan encryption capabilities to support newest Meross devices - Fixed roller shutter mixin not updating initial position after a full async_update() invocation +- Attempt to fix #352
Older