mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Update derivative.markdown (#25602)
This commit is contained in:
parent
42e21de4c9
commit
6d6f08d4a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user