mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Feature/add seeed grove gmxxx multichannel gas support (#4304)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										13
									
								
								tests/components/grove_gas_mc_v2/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								tests/components/grove_gas_mc_v2/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| 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 | ||||
		Reference in New Issue
	
	Block a user