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