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