From 155661c5f315b46a6a8768d36530caeccc6de3f4 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 13 Jan 2026 19:36:40 +0100 Subject: [PATCH] Auto-sync: test1.yaml changed --- test1.yaml | 0 yet-another-sync-test-device.yaml | 32 ------------------------------- 2 files changed, 32 deletions(-) create mode 100644 test1.yaml delete mode 100644 yet-another-sync-test-device.yaml diff --git a/test1.yaml b/test1.yaml new file mode 100644 index 0000000..e69de29 diff --git a/yet-another-sync-test-device.yaml b/yet-another-sync-test-device.yaml deleted file mode 100644 index 8360736..0000000 --- a/yet-another-sync-test-device.yaml +++ /dev/null @@ -1,32 +0,0 @@ -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: - \ No newline at end of file