32 lines
584 B
YAML
32 lines
584 B
YAML
esphome:
|
|
name: thread-repeater
|
|
friendly_name: thread-repeater
|
|
|
|
esp32:
|
|
board: esp32-c6-devkitc-1
|
|
framework:
|
|
type: esp-idf
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
encryption:
|
|
key: "dDrJ5CD+x5R0yTru0MlfY9y9JaW8+4x6WWvha6Jvyuw="
|
|
|
|
ota:
|
|
- platform: esphome
|
|
password: "c5b6017a482b9e783b6e88edfc53992b"
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "Thread-Repeater Fallback Hotspot"
|
|
password: "LkDplhFydNZd"
|
|
|
|
captive_portal:
|
|
|