1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Implement sensor component for MMC5983 (#5361)

This commit is contained in:
Adam Goode
2023-10-08 17:26:58 -04:00
committed by GitHub
parent aba3cd557a
commit af62c2d9cf
10 changed files with 249 additions and 9 deletions

View File

@@ -1482,6 +1482,17 @@ sensor:
name: "Loop Time"
psram:
name: "PSRAM Free"
- platform: mmc5983
i2c_id: i2c_bus
field_strength_x:
name: "Magnet X"
id: magnet_x
field_strength_y:
name: "Magnet Y"
id: magnet_y
field_strength_z:
name: "Magnet Z"
id: magnet_z
esp32_touch:
setup_mode: false