mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions * Rename Arduino test files
This commit is contained in:
		
							
								
								
									
										29
									
								
								tests/components/bme680_bsec/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								tests/components/bme680_bsec/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| i2c: | ||||
|   - id: i2c_bme680 | ||||
|     scl: 5 | ||||
|     sda: 4 | ||||
|  | ||||
| bme680_bsec: | ||||
|   address: 0x77 | ||||
|  | ||||
| sensor: | ||||
|   - platform: bme680_bsec | ||||
|     temperature: | ||||
|       name: BME680 Temperature | ||||
|     pressure: | ||||
|       name: BME680 Pressure | ||||
|     humidity: | ||||
|       name: BME680 Humidity | ||||
|     gas_resistance: | ||||
|       name: BME680 Gas Sensor | ||||
|     iaq: | ||||
|       name: BME680 IAQ | ||||
|     co2_equivalent: | ||||
|       name: BME680 eCO2 | ||||
|     breath_voc_equivalent: | ||||
|       name: BME680 Breath eVOC | ||||
|  | ||||
| text_sensor: | ||||
|   - platform: bme680_bsec | ||||
|     iaq_accuracy: | ||||
|       name: BME680 Accuracy | ||||
		Reference in New Issue
	
	Block a user