mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00: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
 |