Add standard deviation to group sensor (#31714)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Bertrand Roussel 2024-05-22 06:52:30 -07:00 committed by GitHub
parent e588afc247
commit 09fa631370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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