Test device for synching changed (The TTD Device)
This commit is contained in:
32
archive/test111.yaml
Normal file
32
archive/test111.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
esphome:
|
||||
name: test111
|
||||
friendly_name: Test111
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "5plfmDlmZVZRJ+/j3/GcbFBrQ3sL2tOlbmSCpy78MT8="
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: "3588ca535c0018ac92f1ebeb27f6f6eb"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Test111 Fallback Hotspot"
|
||||
password: "hCek2pqNn9Cm"
|
||||
|
||||
captive_portal:
|
||||
|
||||
Reference in New Issue
Block a user