Auto-sync: heating-temperature-probes.yaml changed
This commit is contained in:
32
heating-temperature-probes.yaml
Normal file
32
heating-temperature-probes.yaml
Normal file
@@ -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:
|
||||||
|
|
||||||
Reference in New Issue
Block a user