Auto-sync: newdevice.yaml changed
This commit is contained in:
32
newdevice.yaml
Normal file
32
newdevice.yaml
Normal file
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user