From 77c33715a8f0691d7f597335de516b037cd42761 Mon Sep 17 00:00:00 2001 From: n0n0 <104501682+n0n00@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:11:56 +0100 Subject: [PATCH] Update README.md (#321) Line 197, persistent key documented in double with line 194 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1e5dee5..6f89433 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,6 @@ switch: | `persistent` | no | `false` | boolean | If true, the switch state will be persistent in HA and will be restored if HA restart / crash | | `pull_mode` | no | `AS_IS` | string | Type of internal pull resistor to use: `UP` - pull-up resistor, `DOWN` - pull-down resistor, `AS-IS` no change | | `drive` |no | `PUSH_PULL`|string | control drive configuration of the GPIO, determines how the line behaves when it is set to output mode; `PUSH_PULL`, GPIO line can both source and sink current, can actively drive the line to both high and low states. `OPEN-DRAIN`, GPPIO can only sink current (drive the line to low) and is otherwise left floating, and `OPEN-SOURCE` the reverse. -|`persistent` | no | `false` | boolean | If true, the switch state will be persistent in HA and will be restored if HA restart / crash. | For more details about the GPIO layout, visit the Wikipedia [article](https://en.wikipedia.org/wiki/Raspberry_Pi#General_purpose_input-output_(GPIO)_connector) about the Raspberry Pi.