From e1b54fe0fc7f748c3c251c69e56f593708d69676 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:44:53 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: s-martin --- components/gpio_control/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/gpio_control/README.md b/components/gpio_control/README.md index 0f1b9d02b..c8e08bd81 100644 --- a/components/gpio_control/README.md +++ b/components/gpio_control/README.md @@ -180,7 +180,7 @@ functionCall1: functionCallVolU functionCall2: functionCallVolD ``` -* **enabled**: This needs to be `True` for the extended shutdown button to work. +* **enabled**: This needs to be `True` for the rotary encoder to work. * **Pin1**: GPIO number corresponding to rotary direction "clockwise" ('CLK') * **Pin2**: GPIO number corresponding to rotary direction "counter clockwise" ('DT') * **functionCall1**: function called for every rotation step corresponding to rotary direction "clockwise". See below for passed arguments. See [function documentation below](#functions). @@ -206,7 +206,7 @@ Note that the old configuration entries PinUp/PinDown and functionCallUp/functio ```bash -[RotatrySeekingControl] +[RotarySeekingControl] enabled: True Type: RotaryEncoder Pin1: 22