esphome:
  name: EuerGeräetname
  platform: esp32
  board: az-delivery-devkit-v4

# Enable logging
logger:
# Enable Home Assistant API
api:
  encryption:
    key: "key_wird_bei_erstellung_automatisch_angelegt"

ota:
  password: "password_wird_bei_erstellung_automatisch_angelegt"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "EuerGerätename Fallback Hotspot"
    password: "password_wird_bei_erstellung_automatisch_angelegt"

captive_portal:

Diesen Beitrag teilen: