From 770e5a18841434cad087f856a2d52ef9fbdf8322 Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Sat, 13 Dec 2025 15:00:07 +0100 Subject: [PATCH] use platform isntead of trigger --- Climate/bosch_bth-ra_control_dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Climate/bosch_bth-ra_control_dev.yaml b/Climate/bosch_bth-ra_control_dev.yaml index f6ba67f..9d1bfd6 100644 --- a/Climate/bosch_bth-ra_control_dev.yaml +++ b/Climate/bosch_bth-ra_control_dev.yaml @@ -148,14 +148,14 @@ variables: {% endif %} triggers: - - trigger: state + - platform: state entity_id: - !input window_sensor from: "off" to: "on" for: !input window_delay_open id: FENSTER_OPEN - - trigger: state + - platform: state entity_id: - !input window_sensor from: "on"