fixed indentation

This commit is contained in:
Aodren Auffrédou-Heinicke 2024-05-08 21:23:59 -07:00
parent 4735e12e26
commit 20047f4dbc
1 changed files with 13 additions and 13 deletions

View File

@ -44,22 +44,22 @@ The ``apds9306`` sensor allows you to use your :doc:`apds9306` to perform ambien
- **gain** (*Optional*, int): The gain of the ambient light sensor. One of 1, 3, 6, 9, 18. Defaults to ``1``.
- **bit\_width** (*Optional*, int): The bit width/resolution of the ambient light sensor. One of:
- 20 - takes 400ms
- 19 - takes 200ms
- 18 - takes 100ms (``default``)
- 17 - takes 50ms
- 16 - takes 25ms
- 13 - takes 3.125ms
- 20 - takes 400ms
- 19 - takes 200ms
- 18 - takes 100ms (``default``)
- 17 - takes 50ms
- 16 - takes 25ms
- 13 - takes 3.125ms
- **measurement\_rate** (*Optional*, int): The measurement rate of the ambient light sensor. One of:
- 25ms
- 50ms
- 100ms (``default``);
- 200ms
- 500ms
- 1000ms
- 25ms
- 50ms
- 100ms (``default``);
- 200ms
- 500ms
- 1000ms
- **update\_interval** (*Optional*, :ref:`config-time`): The interval at which the sensor reading will be updated. Defaults to ``60s``.
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
- All opther options from :ref:`Sensor <config-sensor>`.