mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-28 21:53:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			287 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			287 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_ens160
 | |
|     scl: ${scl_pin}
 | |
|     sda: ${sda_pin}
 | |
| 
 | |
| sensor:
 | |
|   - platform: ens160_i2c
 | |
|     i2c_id: i2c_ens160
 | |
|     address: 0x53
 | |
|     eco2:
 | |
|       name: "ENS160 eCO2"
 | |
|     tvoc:
 | |
|       name: "ENS160 Total Volatile Organic Compounds"
 | |
|     aqi:
 | |
|       name: "ENS160 Air Quality Index"
 |