mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			184 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			184 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sensor:
 | |
|   - platform: vl53l0x
 | |
|     i2c_id: i2c_bus
 | |
|     name: VL53L0x Distance
 | |
|     address: 0x29
 | |
|     enable_pin: 3
 | |
|     timeout: 200us
 | |
|     update_interval: 60s
 | |
|     timing_budget: 30000us
 |