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