32 lines
600 B
YAML
32 lines
600 B
YAML
esphome:
|
|
name: heating-temperature-probes
|
|
friendly_name: Heating temperature probes
|
|
|
|
esp32:
|
|
board: esp32-c3-devkitm-1
|
|
framework:
|
|
type: esp-idf
|
|
|
|
# Enable logging
|
|
logger:
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
encryption:
|
|
key: "LXMIKvRUksRbGiJ0JyFxMR1bUbyaYqJ9mM31EcHRAPs="
|
|
|
|
ota:
|
|
- platform: esphome
|
|
password: "9233f9f09e64f7481e891c1c5f795e2f"
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "Heating-Temperature-Probes"
|
|
password: "tM8cKRLl8L77"
|
|
|
|
captive_portal:
|
|
|