mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
14 lines
210 B
YAML
14 lines
210 B
YAML
|
uart:
|
||
|
- id: uart_a01nyub
|
||
|
tx_pin:
|
||
|
number: 4
|
||
|
rx_pin:
|
||
|
number: 5
|
||
|
baud_rate: 9600
|
||
|
|
||
|
sensor:
|
||
|
- platform: a01nyub
|
||
|
id: a01nyub_sensor
|
||
|
name: a01nyub Distance
|
||
|
uart_id: uart_a01nyub
|