Auto-sync: heating-temperature-probes.yaml deleted

This commit is contained in:
2026-01-24 15:08:08 +01:00
parent bd91671be1
commit df2e831bc4

View File

@@ -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