mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix double mean (#22213)
This commit is contained in:
parent
7468de9dc0
commit
08740701e3
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user