mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			187 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			187 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_ags10
 | |
|     scl: ${scl_pin}
 | |
|     sda: ${sda_pin}
 | |
|     frequency: 10kHz
 | |
| 
 | |
| sensor:
 | |
|   - platform: ags10
 | |
|     id: ags10_1
 | |
|     tvoc:
 | |
|       name: AGS10 TVOC
 | |
|     update_interval: 60s
 |