1
0
Fork 0

Ergänze Abendtimer

This commit is contained in:
maralorn 2022-11-18 22:48:50 +01:00
parent bfaeca8087
commit f8712300b7

View file

@ -366,6 +366,16 @@ in {
}) [25 20 15 10 5 4 3 2 1 0];
action = [(actions.notify "{{ trigger.to_state.name }} ist {{ trigger.to_state.state }}%.")];
}
{
alias = "Abend";
trigger = [
{
platform = "time";
at = "22:50:00";
}
];
action = [(actions.notify "Es ist 22:50 Uhr.")];
}
]
++ (map
(minutes: {