mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (B) (#8185)
This commit is contained in:
		| @@ -1,29 +1,5 @@ | ||||
| i2c: | ||||
|   - id: i2c_bme680 | ||||
|     scl: 5 | ||||
|     sda: 4 | ||||
| substitutions: | ||||
|   scl_pin: GPIO5 | ||||
|   sda_pin: GPIO4 | ||||
|  | ||||
| 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 | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user