Added Averager
This commit is contained in:
@@ -45,7 +45,13 @@ sensor:
|
||||
pin: A0
|
||||
zero_point: 640
|
||||
inverted: true
|
||||
update_interval: 2s
|
||||
update_interval: 1s
|
||||
average:
|
||||
mesurements: 5
|
||||
send_state_every: 10
|
||||
on_completely_new_value:
|
||||
- lambda: |-
|
||||
ESP_LOGD("WHAT", "Just a test %.1f", value);
|
||||
# GPIO A0 to acd
|
||||
|
||||
# Here is space for any display implementation that could possibliy be. Have fun OK
|
Reference in New Issue
Block a user