20260326
This commit is contained in:
32
esphome/archive/thread-repeater.yaml
Normal file
32
esphome/archive/thread-repeater.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user