mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	[CI] Consolidate some tests (M) (#8202)
This commit is contained in:
		| @@ -1,22 +1,5 @@ | ||||
| i2c: | ||||
|   - id: i2c_mpu6886 | ||||
|     scl: 16 | ||||
|     sda: 17 | ||||
| substitutions: | ||||
|   scl_pin: GPIO16 | ||||
|   sda_pin: GPIO17 | ||||
|  | ||||
| sensor: | ||||
|   - platform: mpu6886 | ||||
|     address: 0x68 | ||||
|     accel_x: | ||||
|       name: MPU6886 Accel X | ||||
|     accel_y: | ||||
|       name: MPU6886 Accel Y | ||||
|     accel_z: | ||||
|       name: MPU6886 Accel z | ||||
|     gyro_x: | ||||
|       name: MPU6886 Gyro X | ||||
|     gyro_y: | ||||
|       name: MPU6886 Gyro Y | ||||
|     gyro_z: | ||||
|       name: MPU6886 Gyro z | ||||
|     temperature: | ||||
|       name: MPU6886 Temperature | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user