commit 74d6741c8afb9bace44a6cb9f682d07fa86e56dc
parent fa45a5608cfe28b4d566f69c8b7573efdf7c3eea
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 16 May 2025 21:08:00 +0200
Set temp last as it otherwise might override on enable
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/blueprints/automation/window_opened_status.yaml b/blueprints/automation/window_opened_status.yaml
@@ -83,11 +83,11 @@ actions:
entity_id: !input window_sensor
state: "off"
sequence:
+ - action: climate.turn_on
+ target:
+ entity_id: !input thermostat
- action: climate.set_temperature
target:
entity_id: !input thermostat
data:
temperature: !input target_temp_windows_closed
- - action: climate.turn_on
- target:
- entity_id: !input thermostat