Skip to content

Commit d7f2fcf

Browse files
authored
Update index.md (#1247)
1 parent 8ad1331 commit d7f2fcf

File tree

1 file changed

+8
-7
lines changed
  • src/docs/devices/ESP32E-Relay-X8

1 file changed

+8
-7
lines changed

src/docs/devices/ESP32E-Relay-X8/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ esphome:
5050

5151
esp32:
5252
board: esp32dev
53+
framework:
54+
type: esp-idf
5355

5456
# Status LED
55-
light:
56-
- platform: status_led
57-
name: "RelayBoard Led"
58-
restore_mode: ALWAYS_ON
59-
pin:
60-
number: GPIO23
57+
status_led:
58+
pin:
59+
number: 23
6160

6261
# 8 relay outputs, exposed as switches in Home Assistant
6362
switch:
@@ -86,7 +85,9 @@ switch:
8685
name: Relay6
8786
id: relay6
8887
- platform: gpio
89-
pin: GPIO12
88+
pin:
89+
number: 12
90+
ignore_strapping_warning: true
9091
name: Relay7
9192
id: relay7
9293
- platform: gpio

0 commit comments

Comments
 (0)