mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 10:00:36 +01:00
16 lines
213 B
YAML
16 lines
213 B
YAML
uart:
|
|
- id: uart_kuntze
|
|
tx_pin: 4
|
|
rx_pin: 5
|
|
baud_rate: 9600
|
|
|
|
modbus:
|
|
flow_control_pin: 3
|
|
|
|
sensor:
|
|
- platform: kuntze
|
|
ph:
|
|
name: Kuntze pH
|
|
temperature:
|
|
name: Kuntze temperature
|