mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add some components to the new testing framework (E) (#6176)
This commit is contained in:
		
							
								
								
									
										14
									
								
								tests/components/ee895/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								tests/components/ee895/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| i2c: | ||||
|   - id: i2c_ee895 | ||||
|     scl: 5 | ||||
|     sda: 4 | ||||
|  | ||||
| sensor: | ||||
|   - platform: ee895 | ||||
|     address: 0x5F | ||||
|     co2: | ||||
|       name: EE895 CO2 | ||||
|     temperature: | ||||
|       name: EE895 Temperature | ||||
|     pressure: | ||||
|       name: EE895 Pressure | ||||
		Reference in New Issue
	
	Block a user