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