Skip to content

Commit 2424e15

Browse files
committed
changes as requested
1 parent 01aa066 commit 2424e15

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/_components/sensor.filter.markdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ comments: false
88
sharing: true
99
footer: true
1010
ha_category: Sensor
11-
ha_release: 0.12
11+
ha_release: 0.64
1212
ha_iot_class: "Local Push"
1313
logo: home-assistant.png
1414
---
1515

16-
The `filter` component supports sensors which process the **numeric states** from other entities. `filter` will apply a signal processing algorithm to a serie of states and produce a `new state` given the choosen algorithm.
16+
The `filter` component enables sensors that process the **numeric states** of other entities.
17+
18+
`filter` applies a signal processing algorithm to a numerical sensor, previous and current states, and generates a `new state` given the chosen algorithm.
1719

1820
To enable Filter Sensors in your installation, add the following to your `configuration.yaml` file:
1921

@@ -32,12 +34,12 @@ sensor:
3234
name: filtered temperature
3335
filter: outlier
3436
options:
35-
constant: 0.10
37+
radius: 4
3638
```
3739
3840
{% configuration %}
3941
entity_id:
40-
description: An entity ID so the sensor only reacts to state changes of this entity.
42+
description: The entity ID of the sensor to be filtered.
4143
required: true
4244
type: string
4345
name:

0 commit comments

Comments
 (0)