mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
f0a5098b9f
commit
5ab682ed67
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user