diff options
author | makefu <github@syntax-fehler.de> | 2019-04-05 01:44:29 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-05 01:44:29 +0200 |
commit | 8172c6074419d9148fcab7b798e87f3168930bd7 (patch) | |
tree | 44e8bd0472967473a7534885af2981994c39c71d /makefu/2configs/bureautomation/automation/10h_timer.nix | |
parent | 5761d563f5db527fb0e82e226efa42d029d31d21 (diff) |
bureautomation: enable telegram bot
Diffstat (limited to 'makefu/2configs/bureautomation/automation/10h_timer.nix')
-rw-r--r-- | makefu/2configs/bureautomation/automation/10h_timer.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/makefu/2configs/bureautomation/automation/10h_timer.nix b/makefu/2configs/bureautomation/automation/10h_timer.nix index d86b46179..dd747114e 100644 --- a/makefu/2configs/bureautomation/automation/10h_timer.nix +++ b/makefu/2configs/bureautomation/automation/10h_timer.nix @@ -128,7 +128,13 @@ }; action = [ - # TODO: Pushbullet + { + service = "notify.telegrambot"; + data = { + title = "Zu lange Felix!"; + message = "Du bist schon 10 Stunden auf Arbeit, geh jetzt gefälligst nach Hause!"; + }; + } { service = "homeassistant.turn_on"; entity_id = [ |