To explain why I find this useful, I don’t want my awning to constantly extend or retract when something changes within a few minutes, this binary sensor makes it possible for me to really have all the conditions together over e.g. 15 minutes for the awning to extend or retract.
Thanks so much!
{{ is_state('binary_sensor.verschattung_markise', 'on')
and states('sensor.memmingen_windgeschwindigkeit') | float(0) < 24
and states('sensor.memmingen_bewolkungsgrad') | float(0) < 60
and is_state('binary_sensor.regensensor', 'off')
and state_attr('weather.memmingen', 'temperature') | float(0) > 20
and states('sensor.temperatursensor_terrasse_temperatur') | float(0) > 22
and state_attr('cover.rolladen_shelly_wohnzimmer_fenster', 'current_position') | int(0) > 99 }}