mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
7 lines
141 B
YAML
7 lines
141 B
YAML
sensor:
|
|
- platform: ultrasonic
|
|
id: ultrasonic_sensor1
|
|
name: Ultrasonic Sensor
|
|
echo_pin: 4
|
|
trigger_pin: 5
|
|
timeout: 5.5m
|