From 07450e47899dbcaf826a9def3c2f5bb2f97a8f41 Mon Sep 17 00:00:00 2001 From: Tucker Kern Date: Wed, 20 Aug 2025 10:39:58 -0600 Subject: [PATCH 1/2] Fix typos in qmc5883l.rst --- components/sensor/qmc5883l.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sensor/qmc5883l.rst b/components/sensor/qmc5883l.rst index 803d4d2d28..5d1f48288d 100644 --- a/components/sensor/qmc5883l.rst +++ b/components/sensor/qmc5883l.rst @@ -8,7 +8,7 @@ QMC5883L Magnetometer The ``qmc5883l`` allows you to use your QMC5883L triple-axis magnetometers (`datasheet `__) with -ESPHome. This sensor is very simular to the :ref:`HMC5883L ` sensor and is oftern found +ESPHome. This sensor is very similar to the :ref:`HMC5883L ` sensor and is often found as a knock off replacement. The QMC5883L sensor performs on par to the HMC5883L sensor, though the configuration differs. The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work. @@ -75,7 +75,7 @@ Oversampling Options -------------------- By default, the QMC5883L sensor measures each value 512 times when requesting a new value. You can, however, -configure this amount. The result is the sensor will take the adverage of the x samples. Possible sampling values: +configure this amount. The result is the sensor will take the average of the x samples. Possible sampling values: - ``512x`` (default) - ``256x`` From 87a6b03a3051b6f4262a7bc6921c07ce85ae1bd8 Mon Sep 17 00:00:00 2001 From: Tucker Kern Date: Wed, 20 Aug 2025 19:26:18 +0000 Subject: [PATCH 2/2] Address nickpicks --- components/sensor/qmc5883l.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/sensor/qmc5883l.rst b/components/sensor/qmc5883l.rst index 5d1f48288d..0d3735c12c 100644 --- a/components/sensor/qmc5883l.rst +++ b/components/sensor/qmc5883l.rst @@ -9,7 +9,7 @@ QMC5883L Magnetometer The ``qmc5883l`` allows you to use your QMC5883L triple-axis magnetometers (`datasheet `__) with ESPHome. This sensor is very similar to the :ref:`HMC5883L ` sensor and is often found -as a knock off replacement. The QMC5883L sensor performs on par to the HMC5883L sensor, +as a knock-off replacement. The QMC5883L sensor performs on par with the HMC5883L sensor, though the configuration differs. The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work. @@ -44,7 +44,7 @@ configuration for this sensor to work. Configuration variables: ------------------------ -- **address** (*Optional*, int): Manually specify the I²c address of the sensor. Defaults to ``0x0D``. +- **address** (*Optional*, int): Manually specify the I²C address of the sensor. Defaults to ``0x0D``. - **field_strength_x** (*Optional*): The field strength in microtesla along the X-Axis. All options from :ref:`Sensor `. - **field_strength_y** (*Optional*): The field strength in microtesla along the Y-Axis. All options from @@ -65,17 +65,17 @@ Configuration variables: Range Options ------------- -By default, the QMC5883L sensor measurement range is 200µT. You can, however, +By default, the QMC5883L sensor measurement range is 200uT. You can, however, configure this amount. Possible values: -- ``200µT`` (default) -- ``800µT`` +- ``200uT`` (default) +- ``800uT`` Oversampling Options -------------------- By default, the QMC5883L sensor measures each value 512 times when requesting a new value. You can, however, -configure this amount. The result is the sensor will take the average of the x samples. Possible sampling values: +configure this amount. The sensor reports the average of the configured number of samples (N). Possible sampling values: - ``512x`` (default) - ``256x``