mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Added in mmc5603 code (#4175)
* added in mmc5603 code * added in codeowner * fix linter errors * whitespace linter errors * added codeowner * clang format * remove clang format from python code * fix whitespace * add tests * fix test * make requested edits * remove status manipulation --------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -831,6 +831,15 @@ sensor:
|
||||
temperature:
|
||||
name: MPU6886 Temperature
|
||||
i2c_id: i2c_bus
|
||||
- platform: mmc5603
|
||||
address: 0x30
|
||||
field_strength_x:
|
||||
name: HMC5883L Field Strength X
|
||||
field_strength_y:
|
||||
name: HMC5883L Field Strength Y
|
||||
field_strength_z:
|
||||
name: HMC5883L Field Strength Z
|
||||
i2c_id: i2c_bus
|
||||
- platform: dps310
|
||||
temperature:
|
||||
name: DPS310 Temperature
|
||||
|
Reference in New Issue
Block a user