Fix double mean (#22213)

This commit is contained in:
James 2022-04-01 07:53:38 -04:00 committed by Franck Nijhof
parent 33604548e5
commit 0c973aeac6
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -30,7 +30,7 @@ Name:
Input entities: Input entities:
description: At least two entities to monitor. All entities must use the same unit of measurement. description: At least two entities to monitor. All entities must use the same unit of measurement.
Type: 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: Precision:
description: Round the calculated mean or median value to at most N decimal places. description: Round the calculated mean or median value to at most N decimal places.
{% endconfiguration_basic %} {% endconfiguration_basic %}