From 5ab682ed6795e4c99128017dae42466f3236784e Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Wed, 23 Nov 2016 01:36:50 +1100 Subject: [PATCH] New config parameter for min_max sensor (#1404) * explaining new config parameter to specify number of digits for rounding average value * listing available types --- source/_components/sensor.min_max.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.min_max.markdown b/source/_components/sensor.min_max.markdown index 50e29e66139..3b5d6a844f4 100644 --- a/source/_components/sensor.min_max.markdown +++ b/source/_components/sensor.min_max.markdown @@ -40,6 +40,6 @@ sensor: Configuration variables: - **entity_ids** (*Required*): At least two entities to monitor -- **type** (*Optional*): The type of sensor. Defaults to `max`. +- **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.