Skip to content

Commit a71cd0b

Browse files
authored
Merge pull request home-assistant#4983 from nielstron/outlier-fix
Fixed outlier description
2 parents 3cdfe49 + c61a59f commit a71cd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.filter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The returned value is rounded to the number of decimals defined in (`precision`)
9999

100100
### {% linkable_title Outlier %}
101101

102-
The Outlier filter (`outlier`) is a basic Band-stop filter, as it cuts out any value outside a specific range.
102+
The Outlier filter (`outlier`) is a basic Band-pass filter, as it cuts out any value outside a specific range.
103103

104104
The included Outlier filter will discard any value beyond a band centered on the median of the previous values, replacing it with the median value of the previous values. If inside the band, the
105105

0 commit comments

Comments
 (0)