You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.min_max.markdown
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ It's an alternative to the [template sensor](/components/sensor.template/)'s `va
25
25
}}{% endraw %}
26
26
```
27
27
28
+
Sensors with unknown state will be ignored in calculation. If the "unit of measurement" of the sensors differs, the min_max sensor will go to an error state where the value is UNKNOWN and the unit of measurement is ERR.
29
+
28
30
To enable the minimum/maximum sensor, add the following lines to your `configuration.yaml`:
29
31
30
32
```yaml
@@ -43,3 +45,4 @@ Configuration variables:
43
45
- **type** (*Optional*): The type of sensor: `min`, `max` or `mean`. Defaults to `max`.
44
46
- **name** (*Optional*): Name of the sensor to use in the frontend.
45
47
- **round_digits** (*Optional*): Round mean value to specified number of digits. Defaults to 2.
48
+
- **icon** (*Optional*): The icon to show for this sensor. Defaults to mdi:calculator.
0 commit comments