trigger:
climate change to heat or
climate change to auto
condition:
window_1 is open or
window_2 is open
action:
change climate to off
wait_for_conditon (timeout: 10 min): // <- Feature Request
window_1 is close and // <- currently not possible; only an or via wait_for_trigger
window_2 is close
change climate to auto
currently you must use a template (and to know the script syntax), but an integration in the UI would remove this need. Currently the only integration is wait_for_trigger and there you can’t add conditional stuff like logic not, and, or , … .