From 391512e8c0f0a314192cc361e89762d750a05cb0 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 23 Jan 2026 00:54:18 +0100 Subject: [PATCH] Auto-sync: sensor-heating.yaml archived --- sensor-heating.yaml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 sensor-heating.yaml diff --git a/sensor-heating.yaml b/sensor-heating.yaml deleted file mode 100644 index 0d62f5d..0000000 --- a/sensor-heating.yaml +++ /dev/null @@ -1,43 +0,0 @@ -esphome: - name: sensor-heating - friendly_name: Heating temperature probes - -esp8266: - board: esp01_1m - -# Enable log -logger: - -# Enable Home Assistant API -api: - encryption: - key: !secret sensor-heating-encryption-key - -ota: - - platform: esphome - password: !secret sensor-heating-ota-password - -wifi: - ssid: !secret wifi_ssid - password: !secret wifi_password - - # Enable fallback hotspot (captive portal) in case wifi connection fails - ap: - 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 \ No newline at end of file