diff options
author | makefu <github@syntax-fehler.de> | 2019-06-28 22:01:27 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-06-28 22:01:41 +0200 |
commit | 4ecfee1606645c14dc258c34e087342306f698b5 (patch) | |
tree | c3d3e5f53e2cd7f24573d995367dc5a91d1e9e80 /makefu/2configs/bureautomation/automation/bureau-shutdown.nix | |
parent | 32a808f9ebfb02877e71f75b38541533c8ea1bdd (diff) |
ma bureautomation: add 10h timers for all participants
move into combination folders, fix mittagessen, add working tts with random output
Diffstat (limited to 'makefu/2configs/bureautomation/automation/bureau-shutdown.nix')
-rw-r--r-- | makefu/2configs/bureautomation/automation/bureau-shutdown.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/bureautomation/automation/bureau-shutdown.nix b/makefu/2configs/bureautomation/automation/bureau-shutdown.nix index d54d9762a..3fa23a837 100644 --- a/makefu/2configs/bureautomation/automation/bureau-shutdown.nix +++ b/makefu/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"; }; } ]; |