31 lines
485 B
YAML
31 lines
485 B
YAML
esphome:
|
|
name: esp-home-hall
|
|
friendly_name: Hall Charger
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: arduino
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
encryption:
|
|
key: "Ia673XZ4tpmC6xApq59PZYEfsz6SeUdZdGh1zv1iDGI="
|
|
|
|
ota:
|
|
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "Esphome-Web-0Fedc0"
|
|
password: "bYA2YBfnBE4n"
|
|
|
|
captive_portal:
|
|
|