Skip to content

Commit

Permalink
remove options from core binary sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt committed Sep 2, 2023
1 parent faefdcc commit 8aa0333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/binary_sensor/qwiic_pir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ To use the sensor, first set up an :ref:`I²C Bus <i2c>` and connect the sensor
Configuration variables:
------------------------

- **name** (**Required**, string): The name of the motion sensor.
- **id** (*Optional*, :ref:`config-id`): Manually specifiy the ID used for code generation.
- **debounce_mode** (*Optional*, enum): How the component debounces the motion sensor's signal. Must be one of ``HYBRID``, ``NATIVE``, or ``RAW``. See :ref:`debounce-modes` for details. Defaults to ``HYBRID``.
- **debounce** (*Optional*, :ref:`config-time`): Only valid when using ``NATIVE`` debounce mode. Configures the debounce time on the sensor to reduce noise and false detections. Defaults to ``1ms``.

Expand Down

0 comments on commit 8aa0333

Please sign in to comment.