diff --git a/src/docs/devices/ESP32E-Relay-X8/index.md b/src/docs/devices/ESP32E-Relay-X8/index.md index 4c20aa70e..9456cd137 100644 --- a/src/docs/devices/ESP32E-Relay-X8/index.md +++ b/src/docs/devices/ESP32E-Relay-X8/index.md @@ -50,14 +50,13 @@ esphome: esp32: board: esp32dev + framework: + type: esp-idf # Status LED -light: - - platform: status_led - name: "RelayBoard Led" - restore_mode: ALWAYS_ON - pin: - number: GPIO23 +status_led: + pin: + number: 23 # 8 relay outputs, exposed as switches in Home Assistant switch: @@ -86,7 +85,9 @@ switch: name: Relay6 id: relay6 - platform: gpio - pin: GPIO12 + pin: + number: 12 + ignore_strapping_warning: true name: Relay7 id: relay7 - platform: gpio