From 33269d84574538bdf07a629c636160ead9e69cdc Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Thu, 27 Nov 2025 17:55:58 +0100 Subject: [PATCH] fix wrong indendation --- Climate/bosch_bth-ra_control.yaml | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Climate/bosch_bth-ra_control.yaml b/Climate/bosch_bth-ra_control.yaml index 513ce10..6fb36a0 100644 --- a/Climate/bosch_bth-ra_control.yaml +++ b/Climate/bosch_bth-ra_control.yaml @@ -72,25 +72,25 @@ triggers: variables: trv: !input radiator_entity -remote_temperature_entity: > - {% set entities = device_entities(device_id(trv)) %} - {% set remote_temperature_entity_id = namespace(id='') %} - {% for s in entities %} - {% if 'remote_temperature' in s %} - {% set remote_temperature_entity_id.id = s %} - {% endif %} - {% endfor %} - {{ remote_temperature_entity_id.id }} -window_detection_entity: > - {% set entities = device_entities(device_id(trv)) %} - {% set window_detection_entity_id = namespace(id='') %} - {% for s in entities %} - {% if 'window_detection' in s %} - {% set window_detection_entity_id.id = s %} - {% endif %} - {% endfor %} - {{ window_detection_entity_id.id }} -current_temperature: !input temperature_sensor + remote_temperature_entity: > + {% set entities = device_entities(device_id(trv)) %} + {% set remote_temperature_entity_id = namespace(id='') %} + {% for s in entities %} + {% if 'remote_temperature' in s %} + {% set remote_temperature_entity_id.id = s %} + {% endif %} + {% endfor %} + {{ remote_temperature_entity_id.id }} + window_detection_entity: > + {% set entities = device_entities(device_id(trv)) %} + {% set window_detection_entity_id = namespace(id='') %} + {% for s in entities %} + {% if 'window_detection' in s %} + {% set window_detection_entity_id.id = s %} + {% endif %} + {% endfor %} + {{ window_detection_entity_id.id }} + current_temperature: !input temperature_sensor actions: - if: