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.