mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
94e9476838
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
14 lines
248 B
YAML
14 lines
248 B
YAML
uart:
|
|
- id: uart_jsn_sr04t
|
|
tx_pin:
|
|
number: 17
|
|
rx_pin:
|
|
number: 16
|
|
baud_rate: 9600
|
|
|
|
sensor:
|
|
- platform: jsn_sr04t
|
|
id: jsn_sr04t_sensor
|
|
name: "jsn_sr04t Distance"
|
|
uart_id: uart_jsn_sr04t
|
|
update_interval: 1s
|