mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 09:51:20 +01:00
16 lines
216 B
YAML
16 lines
216 B
YAML
uart:
|
|
- id: uart_kuntze
|
|
tx_pin: 17
|
|
rx_pin: 16
|
|
baud_rate: 9600
|
|
|
|
modbus:
|
|
flow_control_pin: 13
|
|
|
|
sensor:
|
|
- platform: kuntze
|
|
ph:
|
|
name: Kuntze pH
|
|
temperature:
|
|
name: Kuntze temperature
|