From 1caf325450a6ade88a82a8674e703cd02706d835 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 5 Jun 2024 15:56:34 +0200 Subject: [PATCH] 2024.6: Finish other noteworthy --- source/_posts/2024-06-05-release-20246.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2024-06-05-release-20246.markdown b/source/_posts/2024-06-05-release-20246.markdown index 7444ea066d1..9231e70746b 100644 --- a/source/_posts/2024-06-05-release-20246.markdown +++ b/source/_posts/2024-06-05-release-20246.markdown @@ -377,11 +377,11 @@ noteworthy changes this release: - A default code can now be set in the entity settings for every alarm control panel entities. Nice work [@gjohansson-ST]! - [@Troon] added a filter to our templates: `add`. This filter allows you to - add a value, similar to the existing `multiply`. Great! + add a value similar to the existing `multiply`. Great! - A new action building block has been added to our automations and scripts by [@surfingbytes] and [@frenck]: [Run sequence of actions]. This allows you to group multiple actions together. -- Sensors can be [grouped] to calculate, for example, their sum of mean value. +- Sensors can be [grouped] to calculate, for example, their sum or mean value. Thanks to [@CoRfr], it is now possible to calculate the [standard deviation] of a group of sensors. Cool!