Update derivative.markdown (#25602)

This commit is contained in:
PatrickGlesner 2023-01-07 14:24:24 +01:00 committed by GitHub
parent 42e21de4c9
commit 6d6f08d4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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