mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (B) (#8185)
This commit is contained in:
		| @@ -1,15 +1,5 @@ | ||||
| i2c: | ||||
|   - id: i2c_bmp085 | ||||
|     scl: 16 | ||||
|     sda: 17 | ||||
| substitutions: | ||||
|   scl_pin: GPIO22 | ||||
|   sda_pin: GPIO21 | ||||
|  | ||||
| sensor: | ||||
|   - platform: bmp085 | ||||
|     temperature: | ||||
|       name: Outside Temperature | ||||
|     pressure: | ||||
|       name: Outside Pressure | ||||
|       filters: | ||||
|         - lambda: >- | ||||
|             return x / powf(1.0 - (x / 44330.0), 5.255); | ||||
|     update_interval: 15s | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user