Skip to content

Commit 335b8ff

Browse files
committed
Remove icon configuration variable
1 parent f2e82cc commit 335b8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.min_max.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It's an alternative to the [template sensor](/components/sensor.template/)'s `va
2525
}}{% endraw %}
2626
```
2727

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.
28+
Sensors with an unknown state will be ignored in the 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`.
2929

3030
To enable the minimum/maximum sensor, add the following lines to your `configuration.yaml`:
3131

@@ -45,4 +45,4 @@ Configuration variables:
4545
- **type** (*Optional*): The type of sensor: `min`, `max` or `mean`. Defaults to `max`.
4646
- **name** (*Optional*): Name of the sensor to use in the frontend.
4747
- **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.
48+

0 commit comments

Comments
 (0)