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