From 817b382f5586207bf7d1c171f483cf1fe83344e7 Mon Sep 17 00:00:00 2001 From: nalydmerc Date: Mon, 3 Jun 2024 23:07:04 -0400 Subject: [PATCH] Added note about esp8266 LED --- garagedoor.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/garagedoor.yaml b/garagedoor.yaml index dfadbcf..6837cc6 100644 --- a/garagedoor.yaml +++ b/garagedoor.yaml @@ -5,7 +5,6 @@ esphome: esp8266: board: d1_mini early_pin_init: false - # restore_from_flash: true # Enable logging logger: @@ -25,6 +24,8 @@ wifi: use_address: YOUR_IP_HERE on_connect: - then: + # Because of the circuit on the esp8266, switch.turn_on actually turns the LED OFF. + # So look for the LED to turn OFF once it has successfully connected to wifi. - switch.turn_on: led # Enable fallback hotspot (captive portal) in case wifi connection fails