From 334967e5c20c3e097d8a98ebd8a5fc3371fe9caf Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Mon, 15 Jul 2024 18:05:41 +0200
Subject: [PATCH] Tiny tweaks
---
source/_integrations/compensation.markdown | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/source/_integrations/compensation.markdown b/source/_integrations/compensation.markdown
index 88bebf2c1c1..e4215a38173 100644
--- a/source/_integrations/compensation.markdown
+++ b/source/_integrations/compensation.markdown
@@ -19,7 +19,7 @@ The **Compensation** {% term integration %} consumes the {% term state %} from o
{% include integrations/config_flow.md %}
-Further information about these configuration options can be found under the [YAML configuration](#yaml-configuration)
+Further information about these configuration options can be found under the [YAML configuration](#yaml-configuration) section.
{% configuration_basic %}
Name:
@@ -31,15 +31,15 @@ Data points:
Attribute:
description: Attribute from the source to monitor/compensate. When omitted, the state value of the source will be used.
Degree:
- description: "The degree of a polynomial. e.g., Linear compensation (y = x + 3) has 1 degree, Quadratic compensation (y = x2 + x + 3) has 2 degrees, etc."
+ description: "The degree of a polynomial. For example, Linear compensation (y = x + 3) has 1 degree, Quadratic compensation (y = x2 + x + 3) has 2 degrees, etc."
Precision:
description: Defines the precision of the calculated values, through the argument of round().
Unit of measurement:
description: Defines the units of measurement of the sensor, if any.
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 collection's (`data_points`) lowest `uncompensated_value`."
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 collection's (`data_points`) greatest `uncompensated_value`."
{% endconfiguration_basic %}
## YAML Configuration