From c95549a70966e1c3adec8c6dd491aa573782142a Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sat, 17 Jan 2026 14:09:38 +0100 Subject: [PATCH] Auto-sync: thread-device-2.yaml changed --- thread-device-2.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 thread-device-2.yaml diff --git a/thread-device-2.yaml b/thread-device-2.yaml new file mode 100644 index 0000000..c417e45 --- /dev/null +++ b/thread-device-2.yaml @@ -0,0 +1,32 @@ +esphome: + name: thread-device-2 + friendly_name: Thread-Device-2 + +esp32: + board: esp32-c3-devkitm-1 + framework: + type: esp-idf + +# Enable logging +logger: + +# Enable Home Assistant API +api: + encryption: + key: "JUkPJwaLtpCVINspSZiFsHmi7SChcgXaMdG1GBR9dug=" + +ota: + - platform: esphome + password: "a7b5ec0b085af737fb7d401932ec52ad" + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "Thread-Device-2 Fallback Hotspot" + password: "efpUwBkDaVAu" + +captive_portal: + \ No newline at end of file