mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (M) (#8202)
This commit is contained in:
		| @@ -1,22 +1,5 @@ | ||||
| i2c: | ||||
|   - id: i2c_mpu6886 | ||||
|     scl: 5 | ||||
|     sda: 4 | ||||
| substitutions: | ||||
|   scl_pin: GPIO5 | ||||
|   sda_pin: GPIO4 | ||||
|  | ||||
| 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