mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
12 lines
198 B
YAML
12 lines
198 B
YAML
|
uart:
|
||
|
- id: uart_a01nyub
|
||
|
tx_pin: ${tx_pin}
|
||
|
rx_pin: ${rx_pin}
|
||
|
baud_rate: 9600
|
||
|
|
||
|
sensor:
|
||
|
- platform: a01nyub
|
||
|
id: a01nyub_sensor
|
||
|
name: a01nyub Distance
|
||
|
uart_id: uart_a01nyub
|