mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
f962497db1
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
12 lines
273 B
YAML
12 lines
273 B
YAML
sensor:
|
|
- platform: mmc5603
|
|
i2c_id: i2c_bus
|
|
address: 0x30
|
|
auto_set_reset: true
|
|
field_strength_x:
|
|
name: HMC5883L Field Strength X
|
|
field_strength_y:
|
|
name: HMC5883L Field Strength Y
|
|
field_strength_z:
|
|
name: HMC5883L Field Strength Z
|