From d8b3c5a48ee54eaa4031a7b236b252c4be8e0861 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 5 Jun 2024 17:22:50 +0200 Subject: [PATCH] 2024.6: Expand use case on the sequence action --- source/_posts/2024-06-05-release-20246.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_posts/2024-06-05-release-20246.markdown b/source/_posts/2024-06-05-release-20246.markdown index d47e6986a54..2f28c9fc4a5 100644 --- a/source/_posts/2024-06-05-release-20246.markdown +++ b/source/_posts/2024-06-05-release-20246.markdown @@ -429,7 +429,8 @@ noteworthy changes this release: you to add a value similar to the existing `multiply`. Great! - A new action building block has been added to our {% term automations %} and {% term scripts %} by [@surfingbytes] and [@frenck]: [Run sequence of actions]. - This allows you to group multiple {% term actions %} together. + This allows you to group multiple {% term actions %} together or run multiple + sequences of actions in [parallel]. - 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! @@ -440,6 +441,7 @@ noteworthy changes this release: [@surfingbytes]: https://github.com/surfingbytes [@Troon]: https://github.com/Troon [grouped]: /integrations/group +[parallel]: /docs/scripts/#parallelizing-actions [Run sequence of actions]: /docs/scripts/#grouping-actions [standard deviation]: https://en.wikipedia.org/wiki/Standard_deviation