32 lines
584 B
YAML
32 lines
584 B
YAML
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:
|
|
|