New config parameter for min_max sensor (#1404)

* explaining new config parameter to specify number of digits for rounding average value

* listing available types
This commit is contained in:
Malte Franken 2016-11-23 01:36:50 +11:00 committed by Fabian Affolter
parent f0a5098b9f
commit 5ab682ed67

View File

@ -40,6 +40,6 @@ sensor:
Configuration variables: Configuration variables:
- **entity_ids** (*Required*): At least two entities to monitor - **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. - **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.