mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01:00
14 lines
212 B
YAML
14 lines
212 B
YAML
uart:
|
|
- id: uart_a01nyub
|
|
tx_pin:
|
|
number: 17
|
|
rx_pin:
|
|
number: 16
|
|
baud_rate: 9600
|
|
|
|
sensor:
|
|
- platform: a01nyub
|
|
id: a01nyub_sensor
|
|
name: a01nyub Distance
|
|
uart_id: uart_a01nyub
|