Auto-sync: thread-device-1.yaml changed
This commit is contained in:
32
thread-device-1.yaml
Normal file
32
thread-device-1.yaml
Normal file
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user