From cd20212a3f35ea254ebcc1e92ee27c9ab30289f9 Mon Sep 17 00:00:00 2001 From: Samuel Sieb Date: Wed, 20 Sep 2023 15:26:38 -0700 Subject: [PATCH] document pulldowns option (#3198) --- components/matrix_keypad.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/matrix_keypad.rst b/components/matrix_keypad.rst index caf143c24..2820df56f 100644 --- a/components/matrix_keypad.rst +++ b/components/matrix_keypad.rst @@ -48,6 +48,7 @@ Configuration variables: row by row. Required for ``key_collector`` and ``binary_sensor`` (if using key selection). - **has_diodes** (*Optional*, boolean): For pads where row pins are outputs, and the keys are connected with diodes. Defaults to ``false``. +- **has_pulldowns** (*Optional*, boolean): For pads where the column lines have external pulldowns. Defaults to ``false``. Binary Sensor