mirror of
https://github.com/esphome/esphome.git
synced 2025-10-11 06:13:47 +01:00
Co-authored-by: Lamer Mortification <lamer_mortification@yahoo.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
24 lines
500 B
YAML
24 lines
500 B
YAML
i2c:
|
|
- id: i2c_qmc5883l
|
|
scl: ${scl_pin}
|
|
sda: ${sda_pin}
|
|
|
|
sensor:
|
|
- platform: qmc5883l
|
|
address: 0x0D
|
|
field_strength_x:
|
|
name: QMC5883L Field Strength X
|
|
field_strength_y:
|
|
name: QMC5883L Field Strength Y
|
|
field_strength_z:
|
|
name: QMC5883L Field Strength Z
|
|
heading:
|
|
name: QMC5883L Heading
|
|
temperature:
|
|
name: QMC5883L Temperature
|
|
range: 800uT
|
|
data_rate: 200Hz
|
|
oversampling: 256x
|
|
update_interval: 15s
|
|
drdy_pin: ${drdy_pin}
|