1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Add support for the HRXL MaxSonar WR series sensors (#2020)

This commit is contained in:
Mike Meessen
2021-07-29 11:37:31 +02:00
committed by GitHub
parent 5e2d4e332a
commit ee19ef1aac
6 changed files with 142 additions and 0 deletions

View File

@@ -63,6 +63,15 @@ sensor:
- platform: tuya
id: tuya_sensor
sensor_datapoint: 1
- platform: "hrxl_maxsonar_wr"
name: "Rainwater Tank Level"
filters:
- sliding_window_moving_average:
window_size: 12
send_every: 12
- or:
- throttle: "20min"
- delta: 0.02
#
# platform sensor.apds9960 requires component apds9960
#