From 49422aab31c85cf94242fcb607c22aaf0595017d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Sep 2015 00:12:24 +0200 Subject: [PATCH] Fix typo --- source/components/sensor.command_sensor.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/components/sensor.command_sensor.markdown b/source/components/sensor.command_sensor.markdown index 6590d738e6f..670accc93fc 100644 --- a/source/components/sensor.command_sensor.markdown +++ b/source/components/sensor.command_sensor.markdown @@ -22,14 +22,16 @@ sensor: name: "Command sensor" unit_of_measurement: "°C" correction_factor: 0.4921 + decimal_places: 0 ``` Configuration variables: - **command** (*Required*): The action to take to get the value. - **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. +- **decimal_places** (*Optional*): Number of decimal places of the value. Default is 0. ## {% linkable_title Examples %}