mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix typo
This commit is contained in:
parent
a7ca1c1386
commit
49422aab31
@ -22,14 +22,16 @@ sensor:
|
|||||||
name: "Command sensor"
|
name: "Command sensor"
|
||||||
unit_of_measurement: "°C"
|
unit_of_measurement: "°C"
|
||||||
correction_factor: 0.4921
|
correction_factor: 0.4921
|
||||||
|
decimal_places: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **command** (*Required*): The action to take to get the value.
|
- **command** (*Required*): The action to take to get the value.
|
||||||
- **name** (*Optional*): Name of the command sensor.
|
- **name** (*Optional*): Name of the command sensor.
|
||||||
- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.
|
- **unit_of_measurement** (*Optional*): Defines the unit of measurement of the sensor, if any.
|
||||||
- **correction_factor** (*Optional*): A float value to do some basic calculations.
|
- **correction_factor** (*Optional*): A float value to do some basic calculations.
|
||||||
|
- **decimal_places** (*Optional*): Number of decimal places of the value. Default is 0.
|
||||||
|
|
||||||
## {% linkable_title Examples %}
|
## {% linkable_title Examples %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user