Esphome
This commit is contained in:
@@ -1,27 +1,23 @@
|
|||||||
esphome:
|
esphome:
|
||||||
name: esp32-c3-mini
|
name: esp32-c3
|
||||||
friendly_name: ESP32-c3-mini
|
friendly_name: ESP32-C3
|
||||||
platformio_options:
|
|
||||||
board_build.flash_mode: dio
|
|
||||||
|
|
||||||
esp32:
|
esp32:
|
||||||
board: esp32-c3-devkitm-1
|
board: esp32-c3-devkitm-1
|
||||||
variant: ESP32C3
|
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
|
|
||||||
# Enable logging
|
# Enable logging
|
||||||
logger:
|
logger:
|
||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
encryption:
|
encryption:
|
||||||
key: "zGWryIToSQYigPSiZBa1ljP7QNV+f1wM/jX+k1/9J6k="
|
key: "LE0/9X2TSZLPQk4r+xCAQHtiSWQXyk1Lct50IggUlUs="
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
- platform: esphome
|
- platform: esphome
|
||||||
password: "3f84a14ae6ed33fc29cddfd8c3cfe5bf"
|
password: "614014afc2d80f6552a59442dd02de05"
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
ssid: 'SmartHome'
|
ssid: 'SmartHome'
|
||||||
@@ -112,4 +108,5 @@ web_server:
|
|||||||
port: 80
|
port: 80
|
||||||
auth:
|
auth:
|
||||||
username: "silver"
|
username: "silver"
|
||||||
password: "cbvgcjy0"
|
password: "cbvgcjy0"
|
||||||
|
|
||||||
Reference in New Issue
Block a user