diff --git a/heating-temperature-probes.yaml b/heating-temperature-probes.yaml new file mode 100644 index 0000000..64a5742 --- /dev/null +++ b/heating-temperature-probes.yaml @@ -0,0 +1,32 @@ +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: + \ No newline at end of file