From 6d6f08d4a9ef8c1fd7c7ade07484144cfa7d29eb Mon Sep 17 00:00:00 2001 From: PatrickGlesner <34370149+PatrickGlesner@users.noreply.github.com> Date: Sat, 7 Jan 2023 14:24:24 +0100 Subject: [PATCH] Update derivative.markdown (#25602) --- source/_integrations/derivative.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/derivative.markdown b/source/_integrations/derivative.markdown index 0ee3617d7d8..d2957938614 100644 --- a/source/_integrations/derivative.markdown +++ b/source/_integrations/derivative.markdown @@ -31,7 +31,7 @@ Name: Input sensor: description: The entity providing numeric readings to create the derivative of. Precision: - description: Round the calculated integration value to at most N decimal places. + description: Round the calculated derivative value to at most N decimal places. Time window: description: The time window in which to calculate the derivative. Derivatives in this window will be averaged with a simple moving average algorithm (SMA) weighted by time. This is for instance useful for a sensor that outputs discrete values, or to filter out short duration noise. By default the derivative is calculated between two consecutive updates without any smoothing. Metric Prefix: @@ -43,7 +43,7 @@ Time unit: ## YAML Configuration Alternatively, this integration can be configured and set up manually via YAML -instead. To enable the Integration sensor in your installation, add the +instead. To enable the Derivative sensor in your installation, add the following to your `configuration.yaml` file: ```yaml