mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 19:47:29 +01:00
have fun
This commit is contained in:
31
trash/test.yaml
Normal file
31
trash/test.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
esphome:
|
||||
name: test
|
||||
friendly_name: test
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "PD2T2x0dPQ69+L02gxCboQwZp+oyoAYRH2E4Spa1d0E="
|
||||
|
||||
ota:
|
||||
password: "862887a9f9a294ce9ab54e4f1a082b4d"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Test Fallback Hotspot"
|
||||
password: "Qbcu1gCh2spF"
|
||||
|
||||
captive_portal:
|
||||
|
||||
Reference in New Issue
Block a user