Skip to content

Commit

Permalink
Fix yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski committed Oct 23, 2024
1 parent 71f0756 commit 2b97d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bed-presence-mk1/sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ sensor:
datapoints:
- ${calibrate_linear_100} -> 100.0 # 6800Hz (sensor shorted/0ohms)
- ${calibrate_linear_0} -> 0.0 # 4600Hz (breakforce/10k)
- sliding_window_moving_average:
window_size: ${averaging_window_samples}
send_every: 1
- sliding_window_moving_average:
window_size: ${averaging_window_samples}
send_every: 1
- clamp:
min_value: 0.0
- or:
Expand Down

0 comments on commit 2b97d50

Please sign in to comment.