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: framework:
type: esp-idf type: esp-idf
# Enable logging # Enable log
logger: logger:
# Enable Home Assistant API # Enable Home Assistant API
api: api:
encryption: encryption:
key: "LXMIKvRUksRbGiJ0JyFxMR1bUbyaYqJ9mM31EcHRAPs=" key: !secret sensor-heating-encryption-key
ota: ota:
- platform: esphome - platform: esphome
password: "9233f9f09e64f7481e891c1c5f795e2f" password: !secret sensor-heating-ota-password
wifi: wifi:
ssid: !secret wifi_ssid ssid: !secret wifi_ssid
@@ -25,8 +25,21 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
ssid: "Heating-Temperature-Probes" ssid: "Sensor-Heating Fallback Hotspot"
password: "tM8cKRLl8L77" password: !secret sensor-heating-fallback
captive_portal: 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