From ef2a1edcf1a282fc37bde5d65addecfad3fd9d00 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Sat, 14 Feb 2026 22:26:36 +0500 Subject: [PATCH] Esphome --- esp32-c3-mini.yaml => esp32-c3.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) rename esp32-c3-mini.yaml => esp32-c3.yaml (86%) diff --git a/esp32-c3-mini.yaml b/esp32-c3.yaml similarity index 86% rename from esp32-c3-mini.yaml rename to esp32-c3.yaml index e5e8f5d..e32a32a 100644 --- a/esp32-c3-mini.yaml +++ b/esp32-c3.yaml @@ -1,27 +1,23 @@ esphome: - name: esp32-c3-mini - friendly_name: ESP32-c3-mini - platformio_options: - board_build.flash_mode: dio + name: esp32-c3 + friendly_name: ESP32-C3 esp32: board: esp32-c3-devkitm-1 - variant: ESP32C3 framework: type: esp-idf - # Enable logging logger: # Enable Home Assistant API api: encryption: - key: "zGWryIToSQYigPSiZBa1ljP7QNV+f1wM/jX+k1/9J6k=" + key: "LE0/9X2TSZLPQk4r+xCAQHtiSWQXyk1Lct50IggUlUs=" ota: - platform: esphome - password: "3f84a14ae6ed33fc29cddfd8c3cfe5bf" + password: "614014afc2d80f6552a59442dd02de05" wifi: ssid: 'SmartHome' @@ -112,4 +108,5 @@ web_server: port: 80 auth: username: "silver" - password: "cbvgcjy0" \ No newline at end of file + password: "cbvgcjy0" + \ No newline at end of file