From 83053cd55ec3e46873dd3b7786a5915cdb2d2d43 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 16 Jan 2026 23:27:20 +0100 Subject: [PATCH] Auto-sync: thread-device-1.yaml changed --- thread-device-1.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 thread-device-1.yaml diff --git a/thread-device-1.yaml b/thread-device-1.yaml new file mode 100644 index 0000000..b99b1eb --- /dev/null +++ b/thread-device-1.yaml @@ -0,0 +1,32 @@ +esphome: + name: thread-device-1 + friendly_name: Thread-Device-1 + +esp32: + board: esp32-c6-devkitc-1 + framework: + type: esp-idf + +# Enable logging +logger: + +# Enable Home Assistant API +api: + encryption: + key: "yO3xb2j+6tN2N+W09bqeh5V7ydyDVLgCrAjQRUM1eUY=" + +ota: + - platform: esphome + password: "e11a4d6a5eb5b0ffb3a7d9d5736dd6e9" + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "Thread-Device-1 Fallback Hotspot" + password: "chg7u0zC93IR" + +captive_portal: + \ No newline at end of file