From f5e4c2a39afa4fcc9e40a4254d4027e085952bce Mon Sep 17 00:00:00 2001 From: Christoph Wempe Date: Sun, 23 Oct 2022 12:52:51 +0200 Subject: [PATCH] Remove duplicated option in hmc5883l.rst The **range** option was listed twice. --- components/sensor/hmc5883l.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/sensor/hmc5883l.rst b/components/sensor/hmc5883l.rst index b1bf83c2c..c2551acb0 100644 --- a/components/sensor/hmc5883l.rst +++ b/components/sensor/hmc5883l.rst @@ -52,7 +52,6 @@ Configuration variables: - **heading** (*Optional*): The heading of the sensor in degrees. All options from :ref:`Sensor `. - **oversampling** (*Optional*): The oversampling parameter for the sensor. -- **range** (*Optional*): The range parameter for the sensor. - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``. - **oversampling** (*Optional*): Number of readings to average over for each sample. One of ``1x``, ``2x``, ``4x``, ``8x``. Defaults to ``1x``.