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 8ad1331 commit d7f2fcfCopy full SHA for d7f2fcf
src/docs/devices/ESP32E-Relay-X8/index.md
@@ -50,14 +50,13 @@ esphome:
50
51
esp32:
52
board: esp32dev
53
+ framework:
54
+ type: esp-idf
55
56
# Status LED
-light:
- - platform: status_led
57
- name: "RelayBoard Led"
58
- restore_mode: ALWAYS_ON
59
- pin:
60
- number: GPIO23
+status_led:
+ pin:
+ number: 23
61
62
# 8 relay outputs, exposed as switches in Home Assistant
63
switch:
@@ -86,7 +85,9 @@ switch:
86
85
name: Relay6
87
id: relay6
88
- platform: gpio
89
- pin: GPIO12
+ number: 12
90
+ ignore_strapping_warning: true
91
name: Relay7
92
id: relay7
93
0 commit comments