Auto-sync: heating-temperature-probes.yaml changed

This commit is contained in:
2026-01-23 00:57:35 +01:00
parent 7dd028c423
commit 7224c355a9

View File

@@ -7,17 +7,17 @@ esp32:
framework:
type: esp-idf
# Enable logging
# Enable log
logger:
# Enable Home Assistant API
api:
encryption:
key: "LXMIKvRUksRbGiJ0JyFxMR1bUbyaYqJ9mM31EcHRAPs="
key: !secret sensor-heating-encryption-key
ota:
- platform: esphome
password: "9233f9f09e64f7481e891c1c5f795e2f"
password: !secret sensor-heating-ota-password
wifi:
ssid: !secret wifi_ssid
@@ -25,8 +25,21 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Heating-Temperature-Probes"
password: "tM8cKRLl8L77"
ssid: "Sensor-Heating Fallback Hotspot"
password: !secret sensor-heating-fallback
captive_portal:
web_server:
port: 80
sensor:
# WiFi Signal
- platform: wifi_signal
name: "WiFi Signal"
update_interval: 60s
# Uptime
- platform: uptime
name: "Uptime"
update_interval: 60s