summaryrefslogtreecommitdiffstats
path: root/2configs/bureautomation/automation/bureau-shutdown.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-06-28 22:01:27 +0200
committermakefu <github@syntax-fehler.de>2019-06-28 22:01:41 +0200
commit2f082aaf10ac4914d271e9a79a9246b95cc9cae8 (patch)
tree76bf7cd369b1ebaf7da9b202e656a64867e70615 /2configs/bureautomation/automation/bureau-shutdown.nix
parent20f7995bed9c370a7dc2a444543d0f4862c4eabb (diff)
ma bureautomation: add 10h timers for all participants
move into combination folders, fix mittagessen, add working tts with random output
Diffstat (limited to '2configs/bureautomation/automation/bureau-shutdown.nix')
-rw-r--r--2configs/bureautomation/automation/bureau-shutdown.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/bureautomation/automation/bureau-shutdown.nix b/2configs/bureautomation/automation/bureau-shutdown.nix
index d54d9762a..3fa23a837 100644
--- a/2configs/bureautomation/automation/bureau-shutdown.nix
+++ b/2configs/bureautomation/automation/bureau-shutdown.nix
@@ -25,7 +25,7 @@
}
{
service = "tts.google_say";
- entity_id = "media_player.kodi";
+ entity_id = "media_player.mpd";
data = {
message = "Willkommen in deinem Lieblingsbüro";
language = "de";
@@ -35,7 +35,7 @@
service = "notify.telegrambot";
data = {
title = "Bureau Startup";
- message = "Willkommen {{ trigger.platform }}";
+ message = "Das Büro wurde eröffnet";
};
}
];