Auto-sync: yet-another-sync-test-device.yaml changed
This commit is contained in:
32
yet-another-sync-test-device.yaml
Normal file
32
yet-another-sync-test-device.yaml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
esphome:
|
||||||
|
name: yet-another-sync-test-device
|
||||||
|
friendly_name: Yet another sync test device.
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: esp32dev
|
||||||
|
framework:
|
||||||
|
type: esp-idf
|
||||||
|
|
||||||
|
# Enable logging
|
||||||
|
logger:
|
||||||
|
|
||||||
|
# Enable Home Assistant API
|
||||||
|
api:
|
||||||
|
encryption:
|
||||||
|
key: "EKFKcB4J75AScNNsHz1jKeguI1pppXCW8PTTpwLlzgM="
|
||||||
|
|
||||||
|
ota:
|
||||||
|
- platform: esphome
|
||||||
|
password: !secret nope
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
|
||||||
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||||
|
ap:
|
||||||
|
ssid: "Yet-Another-Sync-Test-Device"
|
||||||
|
password: !secret NotHere
|
||||||
|
|
||||||
|
captive_portal:
|
||||||
|
|
||||||
Reference in New Issue
Block a user