Hallo,
es ist das erste mal kalt und ich merke das meine Automation nicht mehr geht.
- Wenn ein Fenster länger als eine Stunde auf ist und es <10° sind benachrichtige mich.
Nun lese ich das sich da was an der Integration geändert hat. Könnt Ihr mir bitte kurz mitteilen was ich wo ändern muss?
alias: <10° Badezimmerfenster ist zu lange auf
description: >-
Wenn es ***************** schließen.
triggers:
- type: opened
device_id: 033f34e6abc74235da90a23113dbd8eb
entity_id: 911bd8620d465d6378a02d61f5687e92
domain: binary_sensor
for:
hours: 0
minutes: 20
seconds: 0
trigger: device
conditions:
- condition: template
value_template: "{{ state_attr('weather.forecast_home', 'forecast')[0]['templow'] < 10}}"
actions:
- data:
message: Hallo ***, Dein Badfenster ist noch auf.
action: notify.mobile_app_sm_a226b
- action: notify.mobile_app_le2125
metadata: {}
data:
message: Hallo ***, Dein Badfenster ist noch auf.
mode: single