mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 19:47:29 +01:00
31 lines
517 B
YAML
31 lines
517 B
YAML
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:
|
|
|