From 8aa03336afbdcd1aa0ff655d5864ba865a43b536 Mon Sep 17 00:00:00 2001 From: Kevin Ahrendt Date: Sat, 2 Sep 2023 11:30:55 -0400 Subject: [PATCH] remove options from core binary sensor --- components/binary_sensor/qwiic_pir.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/binary_sensor/qwiic_pir.rst b/components/binary_sensor/qwiic_pir.rst index 2bef7a43cc..6980c65a97 100644 --- a/components/binary_sensor/qwiic_pir.rst +++ b/components/binary_sensor/qwiic_pir.rst @@ -33,8 +33,6 @@ To use the sensor, first set up an :ref:`I²C Bus ` 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``.