From 1ecfa9f062309423a0bb84ce7dfc24f79d6e8896 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 4 Apr 2017 09:11:17 +0200 Subject: [PATCH] Update description --- source/_components/sensor.min_max.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.min_max.markdown b/source/_components/sensor.min_max.markdown index e9765554419..b149ea179a9 100644 --- a/source/_components/sensor.min_max.markdown +++ b/source/_components/sensor.min_max.markdown @@ -39,7 +39,7 @@ sensor: Configuration variables: -- **entity_ids** (*Required*): At least two entities to monitor +- **entity_ids** (*Required*): At least two entities to monitor. The unit of measurement of the first entry will be the one that's used. All entities must use the same unit of measurement. - **type** (*Optional*): The type of sensor: `min`, `max` or `mean`. Defaults to `max`. - **name** (*Optional*): Name of the sensor to use in the frontend. - **round_digits** (*Optional*): Round mean value to specified number of digits. Defaults to 2.