From 09fa63137020168c6f1ccdb2008263ffaf66b9d3 Mon Sep 17 00:00:00 2001 From: Bertrand Roussel Date: Wed, 22 May 2024 06:52:30 -0700 Subject: [PATCH] Add standard deviation to group sensor (#31714) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/group.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index f3eaa65c5b8..d4d1e3abe3a 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -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`, `stdev` 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: