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