2024.6: Finish other noteworthy

This commit is contained in:
Franck Nijhof 2024-06-05 15:56:34 +02:00
parent c4a292e948
commit 1caf325450
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -377,11 +377,11 @@ noteworthy changes this release:
- A default code can now be set in the entity settings for every alarm control - A default code can now be set in the entity settings for every alarm control
panel entities. Nice work [@gjohansson-ST]! panel entities. Nice work [@gjohansson-ST]!
- [@Troon] added a filter to our templates: `add`. This filter allows you to - [@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 - A new action building block has been added to our automations and scripts
by [@surfingbytes] and [@frenck]: [Run sequence of actions]. This allows you by [@surfingbytes] and [@frenck]: [Run sequence of actions]. This allows you
to group multiple actions together. 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] Thanks to [@CoRfr], it is now possible to calculate the [standard deviation]
of a group of sensors. Cool! of a group of sensors. Cool!