2024.6: Expand use case on the sequence action

This commit is contained in:
Franck Nijhof 2024-06-05 17:22:50 +02:00
parent 528dee2dc0
commit d8b3c5a48e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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