1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-21 11:13:46 +01:00
This commit is contained in:
J. Nick Koston
2025-10-15 21:46:00 -10:00
parent af45dc206f
commit 55e03036e2
3 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ sensor:
- min:
window_size: 5
send_every: 5
send_first_at: 1
- platform: copy
source_id: source_nan_sensor
@@ -30,6 +31,7 @@ sensor:
- max:
window_size: 5
send_every: 5
send_first_at: 1
button:
- platform: template

View File

@@ -21,6 +21,7 @@ sensor:
- min:
window_size: 3
send_every: 3
send_first_at: 1
button:
- platform: template

View File

@@ -23,6 +23,7 @@ sensor:
- min:
window_size: 5
send_every: 5
send_first_at: 1
# Max filter sensor
- platform: copy
@@ -33,6 +34,7 @@ sensor:
- max:
window_size: 5
send_every: 5
send_first_at: 1
# Median filter sensor
- platform: copy
@@ -43,6 +45,7 @@ sensor:
- median:
window_size: 5
send_every: 5
send_first_at: 1
# Quantile filter sensor (90th percentile)
- platform: copy
@@ -53,6 +56,7 @@ sensor:
- quantile:
window_size: 5
send_every: 5
send_first_at: 1
quantile: 0.9
# Moving average filter sensor
@@ -64,6 +68,7 @@ sensor:
- sliding_window_moving_average:
window_size: 5
send_every: 5
send_first_at: 1
# Button to trigger publishing test values
button: