From df2e831bc4b1eb61924d44fe63c0ce8d6b45aa9f Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sat, 24 Jan 2026 15:08:08 +0100 Subject: [PATCH] Auto-sync: heating-temperature-probes.yaml deleted --- heating-temperature-probes.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/heating-temperature-probes.yaml b/heating-temperature-probes.yaml index 04ad7fd..89f6f54 100644 --- a/heating-temperature-probes.yaml +++ b/heating-temperature-probes.yaml @@ -46,12 +46,12 @@ sensor: # WiFi Signal - platform: wifi_signal name: "WiFi Signal" - update_interval: 60s + update_interval: 300s # Uptime - platform: uptime name: "Uptime" - update_interval: 60s + update_interval: 300s - platform: dallas_temp name: Primary circuit @@ -59,8 +59,8 @@ sensor: address: 0x930417c15660ff28 filters: - or: - - throttle: 60s - - delta: 1 + - throttle: 300s + - delta: .2 - platform: dallas_temp name: Secondary circuit outgoing @@ -68,14 +68,14 @@ sensor: address: 0x370417c1477fff28 filters: - or: - - throttle: 60s - - delta: 1 + - throttle: 300s + - delta: .2 - platform: dallas_temp name: Secondary circuit return - update_interval: 10s + update_interval: 300s address: 0x490417c14146ff28 filters: - or: - throttle: 60s - - delta: 1 + - delta: .2