mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			13 lines
		
	
	
		
			171 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			171 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
i2c:
 | 
						|
  - id: i2c_ags10
 | 
						|
    scl: 16
 | 
						|
    sda: 17
 | 
						|
    frequency: 10kHz
 | 
						|
 | 
						|
sensor:
 | 
						|
  - platform: ags10
 | 
						|
    id: ags10_1
 | 
						|
    tvoc:
 | 
						|
      name: AGS10 TVOC
 | 
						|
    update_interval: 60s
 |