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";
})
fenster;
condition = {
condition = "numeric_state";
entity_id = "weather.dwd_darmstadt";
attribute = "temperature";
below = 15;
};
#condition = {
# condition = "numeric_state";
# entity_id = "weather.dwd_darmstadt";
# attribute = "temperature";
# below = 15;
#};
action = [(actions.notify "{{ trigger.to_state.name }} ist seit mehr als ${minutes} Minuten offen.")];
})
(map toString [10 20 30 40 50 60]));