From 49263eb1ca833bd6270c163ad2fee159ad944666 Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Sat, 13 Dec 2025 20:40:29 +0100 Subject: [PATCH] reduce sync to 5 minutes - is only synced if last sync is older than 20 minutes --- Climate/bosch_bth-ra_control.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Climate/bosch_bth-ra_control.yaml b/Climate/bosch_bth-ra_control.yaml index d555e46..843aa61 100644 --- a/Climate/bosch_bth-ra_control.yaml +++ b/Climate/bosch_bth-ra_control.yaml @@ -177,8 +177,8 @@ triggers: for: !input window_delay_close id: FENSTER_CLOSED - platform: time_pattern - # Synce Temperatur alle 20 Minuten (Teiler von 60) - minutes: "/20" + # Synce Temperatur alle 5 Minuten (Teiler von 60) + minutes: "/5" id: SYNC_TEMPERATURE - platform: state entity_id: !input temperature_sensor