From 1c575a71857c65be815c1c03b8de803f3f417116 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 26 Feb 2026 10:47:06 -0500 Subject: [PATCH] updates --- esphome/testing.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 esphome/testing.yaml diff --git a/esphome/testing.yaml b/esphome/testing.yaml new file mode 100644 index 0000000..0675747 --- /dev/null +++ b/esphome/testing.yaml @@ -0,0 +1,32 @@ +esphome: + name: testing + friendly_name: Testing + +esp32: + board: esp32-c3-devkitm-1 + framework: + type: esp-idf + +# Enable logging +logger: + +# Enable Home Assistant API +api: + encryption: + key: "fVFYZzMyxEN5INECLhCsVPR4f6TvacAavM4YruHdx6A=" + +ota: + - platform: esphome + password: "5d96e6537f0c3a084e835db2f2029a70" + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "Testing Fallback Hotspot" + password: "Ylq0K0UGTZi3" + +captive_portal: + \ No newline at end of file