Files
esphome/tests/components/ufm01/common.yaml
Petter Ljungqvist c9095841ae [ufm01] Add UFM-01 ultrasonic flow meter component (#16582)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
2026-06-17 21:16:28 -04:00

31 lines
629 B
YAML

ufm01:
id: ufm01_component
uart_id: uart_bus
sensor:
- platform: ufm01
accumulated_flow:
id: accumulated_flow
name: "Accumulated flow"
flow:
id: flow
name: "Flow"
temperature:
id: temperature
name: "Temperature"
binary_sensor:
- platform: ufm01
ufc_chip_error:
id: ufc_chip_error
name: "UFC chip error"
flow_direction_wrong:
id: flow_direction_wrong
name: "Flow direction wrong"
empty_tube:
id: empty_tube
name: "Empty tube"
flow_rate_out_of_range:
id: flow_rate_out_of_range
name: "Flow rate out of range"