mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Update vl53l0x.rst (#592)
* Update vl53l0x.rst added option for long range measurement * Add default Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
This commit is contained in:
parent
7f45841551
commit
13b63c688e
@ -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 <config-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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user