diff --git a/components/sensor/qmc5883l.rst b/components/sensor/qmc5883l.rst index 62582cf96..5157490ae 100644 --- a/components/sensor/qmc5883l.rst +++ b/components/sensor/qmc5883l.rst @@ -33,6 +33,10 @@ configuration for this sensor to work. name: "QMC5883L Field Strength Z" heading: name: "QMC5883L Heading" + temperature: + name: "QMC5883L Temperature" + filters: + - offset: 34.0 range: 200uT oversampling: 512x update_interval: 60s @@ -49,6 +53,10 @@ Configuration variables: :ref:`Sensor `. - **heading** (*Optional*): The heading of the sensor in degrees. All options from :ref:`Sensor `. +- **temperature** (*Optional*): The temperature of the sensor. Per the datasheet: + "Temperature sensor gain is factory-calibrated, but its offset has not been compensated, only relative + temperature value is accurate". Above example has an offset that you need to calibrate. All options from + :ref:`Sensor `. - **range** (*Optional*): The range parameter for the sensor. - **oversampling** (*Optional*): The oversampling parameter for the sensor. - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.