mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
8 lines
141 B
YAML
8 lines
141 B
YAML
sensor:
|
|
- platform: ultrasonic
|
|
id: ultrasonic_sensor1
|
|
name: Ultrasonic Sensor
|
|
echo_pin: 4
|
|
trigger_pin: 5
|
|
timeout: 5.5m
|