From 08740701e3a405f6076f10e0d67c8bb61d7feb62 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 1 Apr 2022 07:53:38 -0400 Subject: [PATCH] Fix double mean (#22213) --- source/_integrations/min_max.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/min_max.markdown b/source/_integrations/min_max.markdown index 0de198bd2cb..42cc2bbdb4c 100644 --- a/source/_integrations/min_max.markdown +++ b/source/_integrations/min_max.markdown @@ -28,7 +28,7 @@ Name: Input entities: description: At least two entities to monitor. All entities must use the same unit of measurement. Type: - description: The type of the sensor, this can be either "last", "max", "mean", "mean", or "median". + description: The type of the sensor, this can be either "min", "max", "last", "mean", or "median". Precision: description: Round the calculated mean or median value to at most N decimal places. {% endconfiguration_basic %}