From 13b63c688e91dcab163f87670cd8112afedc1c18 Mon Sep 17 00:00:00 2001 From: rspaargaren Date: Sun, 28 Jun 2020 23:47:58 +0200 Subject: [PATCH] Update vl53l0x.rst (#592) * Update vl53l0x.rst added option for long range measurement * Add default Co-authored-by: Guillermo Ruffino --- components/sensor/vl53l0x.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/sensor/vl53l0x.rst b/components/sensor/vl53l0x.rst index 46a09f161..72485cf55 100644 --- a/components/sensor/vl53l0x.rst +++ b/components/sensor/vl53l0x.rst @@ -36,6 +36,7 @@ required to be set up in your configuration for this sensor to work. name: "VL53L0x Distance" address: 0x29 update_interval: 60s + long_range: True Configuration variables: ------------------------ @@ -48,6 +49,8 @@ Configuration variables: for it to report a valid reading. Setting a lower value may increase the range of the sensor but also increases the chance of getting inaccurate readings. Defaults to ``0.25``. - All other options from :ref:`Sensor `. +- **long_range** (*Optional*, bool): Set the sensor in long range mode. The signal_rate_limit is overruled + to ``0.1``. Defaults to false. - **address** (*Optional*, int): Manually specify the i^2c address of the sensor. Defaults to ``0x29``. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.