1
0
Fork 0

Add trigger

This commit is contained in:
Malte Brandy 2022-01-19 23:30:14 +01:00
parent 33521c0ce8
commit 6c31901082

View file

@ -376,6 +376,11 @@ in
}) [ 25 20 15 10 5 4 3 2 1 ];
action = [ (actions.notify "{{ trigger.to_state.name }} ist {{ trigger.to_state.state }}%.") ];
}
{
alias = "Abend";
trigger = [{ platform = "time"; at = "23:00:00"; }];
action = [ (actions.notify "Es ist 23 Uhr.") ];
}
# Warnungen für hohe Luftfeuchtigkeit
] ++ (map
(minutes: