1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Add support for MPU-6886 (#3183)

This commit is contained in:
Fabian Affolter
2022-02-21 00:23:26 +01:00
committed by GitHub
parent 2c7b104f4a
commit ba785e29e9
6 changed files with 296 additions and 0 deletions

View File

@@ -724,6 +724,23 @@ sensor:
temperature:
name: "MPU6050 Temperature"
i2c_id: i2c_bus
- 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"
i2c_id: i2c_bus
- platform: ms5611
temperature:
name: "Outside Temperature"