mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-02 14:08:30 +00:00
Fix
This commit is contained in:
parent
03838b7389
commit
9e4c01fffe
@ -27,19 +27,19 @@ Name:
|
|||||||
Entity:
|
Entity:
|
||||||
description: The entity that provides the input.
|
description: The entity that provides the input.
|
||||||
Data points:
|
Data points:
|
||||||
description: "The collection of data point conversions with the format `uncompensated_value, compensated_value`. e.g., `1.0, 2.1`.
|
description: "The collection of data point conversions with the format `uncompensated_value, compensated_value`. e.g., `1.0, 2.1`."
|
||||||
attribute:
|
Attribute:
|
||||||
description: Attribute from the source to monitor/compensate. When omitted the state value of the source will be used.
|
description: Attribute from the source to monitor/compensate. When omitted the state value of the source will be used.
|
||||||
degree:
|
Degree:
|
||||||
description: "The degree of a polynomial. e.g., Linear compensation (y = x + 3) has 1 degree, Quadratic compensation (y = x<sup>2</sup> + x + 3) has 2 degrees, etc."
|
description: "The degree of a polynomial. e.g., Linear compensation (y = x + 3) has 1 degree, Quadratic compensation (y = x<sup>2</sup> + x + 3) has 2 degrees, etc."
|
||||||
precision:
|
Precision:
|
||||||
description: Defines the precision of the calculated values, through the argument of round().
|
description: Defines the precision of the calculated values, through the argument of round().
|
||||||
unit_of_measurement:
|
Unit of measurement:
|
||||||
description: Defines the units of measurement of the sensor, if any.
|
description: Defines the units of measurement of the sensor, if any.
|
||||||
lower_limit:
|
Lower limit:
|
||||||
description: "Enables a lower limit for the sensor. The lower limit is defined by the data collections (`data_points`) lowest `uncompensated_value`.
|
description: "Enables a lower limit for the sensor. The lower limit is defined by the data collections (`data_points`) lowest `uncompensated_value`."
|
||||||
upper_limit:
|
Upper limit:
|
||||||
description: "Enables an upper limit for the sensor. The upper limit is defined by the data collections (`data_points`) greatest `uncompensated_value`.
|
description: "Enables an upper limit for the sensor. The upper limit is defined by the data collections (`data_points`) greatest `uncompensated_value`."
|
||||||
{% endconfiguration_basic %}
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
## YAML Configuration
|
## YAML Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user