21 lines
312 B
Nix
21 lines
312 B
Nix
[
|
|
{
|
|
alias = "Daily news for Felix";
|
|
trigger = {
|
|
platform = "time";
|
|
at = "07:35:00";
|
|
};
|
|
action =
|
|
[
|
|
{
|
|
service = "notify.telegrambot";
|
|
data_template = {
|
|
title = "Daily News";
|
|
# TODO
|
|
message = "";
|
|
};
|
|
}
|
|
];
|
|
}
|
|
]
|