From 8a9e58ed56e45770ebebd71e8b5d4c6982809dea Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 1 Mar 2023 19:28:40 +0100 Subject: [PATCH] Fix cover templates breaking change text Co-authored-by: Martin Hjelmare --- source/_posts/2023-03-01-release-20233.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2023-03-01-release-20233.markdown b/source/_posts/2023-03-01-release-20233.markdown index 8d2054dc9d4..61149be6816 100644 --- a/source/_posts/2023-03-01-release-20233.markdown +++ b/source/_posts/2023-03-01-release-20233.markdown @@ -533,7 +533,7 @@ when the used `guppy3` package becomes available with Python 3.11 compatibility. {% details "Template: Covers" %} Template covers using `optimistic: false` without `value_template` nor -`position_template` having a managed state. If you want to keep the +`position_template` still updated state optimistically. The integration now respects the optimistic setting of false. If you want to keep the previous behavior, you must set the `optimistic` value to `true`, or remove the optimistic declaration.