1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[ { alias = "Daily news for Felix"; trigger = { platform = "time"; at = "07:35:00"; }; action = [ { service = "notify.telegrambot"; data_template = { title = "Daily News"; # TODO message = ""; }; } ]; } ]