From 06780647934ebbf9c3e32ea58cf35a7a876be77f Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 10 May 2024 10:16:32 +0200 Subject: [PATCH] Group sensor add stdev (#32656) * Group sensor add stdev * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/group.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index 0f3042047fe..f3eaa65c5b8 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -109,7 +109,7 @@ In short, when any group member entity is `unlocked`, the group will also be `un ### Sensor groups -- The group state is combined / calculated based on `type` selected to determine the minimum, maximum, latest (last), mean, median, range, product or sum of the collected states. +- The group state is combined / calculated based on `type` selected to determine the minimum, maximum, latest (last), mean, median, range, product, standard deviation, or sum of the collected states. - Members can be any `sensor`, `number` or `input_number` holding numeric states. - The group state is `unavailable` if all group members are `unavailable`. - If `ignore_non_numeric` is `false` then group state will be `unavailable` if one member is `unavailable` or does not have a numeric state. @@ -262,7 +262,7 @@ all: type: boolean default: false type: - description: "Only available for `sensor` group. The type of sensor: `min`, `max`, `last`, `mean`, `median`, `range`, `product` or `sum`." + description: "Only available for `sensor` group. The type of sensor: `min`, `max`, `last`, `mean`, `median`, `range`, `product`, `stdev` or `sum`." type: string required: true ignore_non_numeric: