We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69676e7 commit 4ca1427Copy full SHA for 4ca1427
src/docs/devices/ESP32-Relay-X1/index.md
@@ -31,9 +31,9 @@ was unable to flash with a USB cable.
31
32
| GPIO | Connected onboard to |
33
| ------ | -------------------- |
34
-| GPIO0 | Button |
35
-| GPIO16 | Relay |
36
-| GPIO23 | LED |
+| GPIO09 | Button |
+| GPIO19 | Relay |
+| GPIO02 | LED |
37
38
## Basic Config
39
@@ -73,19 +73,19 @@ light:
73
name: "ESP32 Led"
74
restore_mode: ALWAYS_OFF
75
pin:
76
- number: GPIO23
+ number: GPIO02
77
inverted: False
78
79
switch:
80
- platform: gpio
81
- pin: GPIO16
+ pin: GPIO19
82
name: "ESP32 Relay"
83
id: ESP32_relay
84
85
binary_sensor:
86
87
88
- number: GPIO0
+ number: GPIO09
89
mode: INPUT_PULLUP
90
name: Button
91
filters:
0 commit comments