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