init haos
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
esphome:
|
||||
name: hhh
|
||||
friendly_name: hhh
|
||||
|
||||
esp32:
|
||||
board: esp32-s3-devkitc-1
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "7XrCgjTKbZLQmmq8/sMQZlPOu0NO/r1C875KuEiFJDM="
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: "f53129afad51bedade065df68f6d7ad9"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Hhh Fallback Hotspot"
|
||||
password: "wpjoQXJTZHFf"
|
||||
|
||||
captive_portal:
|
||||
|
||||
Reference in New Issue
Block a user