From 084ecbacd1d67b1014ab7b898d8feb02deb0bf19 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 16 Jan 2026 22:42:32 +0100 Subject: [PATCH] Auto-sync: sensor-heating.yaml deleted --- sensor-heating.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sensor-heating.yaml b/sensor-heating.yaml index 44da779..0d62f5d 100644 --- a/sensor-heating.yaml +++ b/sensor-heating.yaml @@ -29,4 +29,15 @@ wifi: captive_portal: web_server: - port: 80 \ No newline at end of file + 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