mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add unit of measurement (#2337)
This commit is contained in:
parent
f45ea8261d
commit
52f426b7fc
@ -29,4 +29,5 @@ Configuration variables:
|
|||||||
- **name** (*Optional*): Name of the sensor to use in the frontend. Defaults to `Random Sensor`.
|
- **name** (*Optional*): Name of the sensor to use in the frontend. Defaults to `Random Sensor`.
|
||||||
- **minimum** (*Optional*): Lower limit for the values. Defaults to `0`.
|
- **minimum** (*Optional*): Lower limit for the values. Defaults to `0`.
|
||||||
- **maximum** (*Optional*): Upper limit for the values. Defaults to `20`.
|
- **maximum** (*Optional*): Upper limit for the values. Defaults to `20`.
|
||||||
|
- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user