Auto-sync: test.yaml changed
This commit is contained in:
32
test.yaml
Normal file
32
test.yaml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
esphome:
|
||||||
|
name: test
|
||||||
|
friendly_name: Test
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: esp32dev
|
||||||
|
framework:
|
||||||
|
type: esp-idf
|
||||||
|
|
||||||
|
# Enable logging
|
||||||
|
logger:
|
||||||
|
|
||||||
|
# Enable Home Assistant API
|
||||||
|
api:
|
||||||
|
encryption:
|
||||||
|
key: "nJTQpYpyStTZOCEF4Ex4IH2GCW+qirmdR++cgdQk98A="
|
||||||
|
|
||||||
|
ota:
|
||||||
|
- platform: esphome
|
||||||
|
password: "67f18d84bda7fb4b5ec3296ce2e1c405"
|
||||||
|
|
||||||
|
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: "hx7f4Bj0a34v"
|
||||||
|
|
||||||
|
captive_portal:
|
||||||
|
|
||||||
Reference in New Issue
Block a user