From 6a988c94e40eb3f903ca20dd56583a5688eac418 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 25 Jan 2026 20:26:47 +0100 Subject: [PATCH] Auto-sync: newdevice.yaml changed --- newdevice.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 newdevice.yaml diff --git a/newdevice.yaml b/newdevice.yaml new file mode 100644 index 0000000..10a6fd2 --- /dev/null +++ b/newdevice.yaml @@ -0,0 +1,32 @@ +esphome: + name: newdevice + friendly_name: NewDevice + +esp32: + board: esp32-c3-devkitm-1 + framework: + type: esp-idf + +# Enable logging +logger: + +# Enable Home Assistant API +api: + encryption: + key: "ZVsOBKxrOBE5O8Hsidt14aLwfktSCbjsOJZqP3Xx3Uc=" + +ota: + - platform: esphome + password: "e4fb2969e2a9caaffefe1f89d49f1adb" + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "Newdevice Fallback Hotspot" + password: "Fcmsm49HcOB1" + +captive_portal: + \ No newline at end of file