mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			291 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			291 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sensor:
 | |
|   - platform: grove_gas_mc_v2
 | |
|     i2c_id: i2c_bus
 | |
|     nitrogen_dioxide:
 | |
|       name: "Nitrogen Dioxide"
 | |
|     ethanol:
 | |
|       name: "Ethanol"
 | |
|     carbon_monoxide:
 | |
|       name: "Carbon Monoxide"
 | |
|     tvoc:
 | |
|       name: "Volatile Organic Compounds"
 | |
|     update_interval: 30s
 | |
|     address: 0xAD
 |