1
0
Fork 0

Fix Fensterwarnungen

This commit is contained in:
maralorn 2022-11-18 15:10:57 +01:00
parent ff3842251e
commit 62d8e636eb

View file

@ -379,12 +379,12 @@ in {
for = "00:${minutes}:00"; for = "00:${minutes}:00";
}) })
fenster; fenster;
condition = { #condition = {
condition = "numeric_state"; # condition = "numeric_state";
entity_id = "weather.dwd_darmstadt"; # entity_id = "weather.dwd_darmstadt";
attribute = "temperature"; # attribute = "temperature";
below = 15; # below = 15;
}; #};
action = [(actions.notify "{{ trigger.to_state.name }} ist seit mehr als ${minutes} Minuten offen.")]; action = [(actions.notify "{{ trigger.to_state.name }} ist seit mehr als ${minutes} Minuten offen.")];
}) })
(map toString [10 20 30 40 50 60])); (map toString [10 20 30 40 50 60]));