mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sensor:
 | |
|   - platform: apds9306
 | |
|     i2c_id: i2c_bus
 | |
|     name: "APDS9306 Light Level"
 | |
|     gain: 3
 | |
|     bit_width: 16
 | |
|     measurement_rate: 2000ms
 | |
|     update_interval: 60s
 |