diff options
author | makefu <github@syntax-fehler.de> | 2020-02-19 14:43:44 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-02-19 14:43:44 +0100 |
commit | 72d34fccb48e5a1c303db72e708f434225306fc9 (patch) | |
tree | 78354cab7d24f408974f2a3163d07b7023d78d6f /krebs | |
parent | e5bf98defe33dd8c0cb12e36d4268c1344781f57 (diff) |
shack/glados: use kiosk to say something, add picotts package
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/shack/glados/automation/shack-startup.nix | 4 | ||||
-rw-r--r-- | krebs/2configs/shack/glados/default.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/krebs/2configs/shack/glados/automation/shack-startup.nix b/krebs/2configs/shack/glados/automation/shack-startup.nix index 10051d60a..35314923b 100644 --- a/krebs/2configs/shack/glados/automation/shack-startup.nix +++ b/krebs/2configs/shack/glados/automation/shack-startup.nix @@ -17,8 +17,8 @@ in condition = "template"; value_template = "{{ trigger.from_state.state != 'No Keyholder' }}"; }; - #action = glados.say.lounge "Danke {{trigger.to_state.state}} für das Übernehmen des Keys von {{trigger.from_state.state}}"; - action = []; + action = glados.say.kiosk "Danke {{trigger.to_state.state}} für das Übernehmen des Keys von {{trigger.from_state.state}}"; + # action = []; } { diff --git a/krebs/2configs/shack/glados/default.nix b/krebs/2configs/shack/glados/default.nix index 7abc55af1..d8ee199cc 100644 --- a/krebs/2configs/shack/glados/default.nix +++ b/krebs/2configs/shack/glados/default.nix @@ -39,7 +39,7 @@ in { ''; })).override { extraPackages = ps: with ps; [ - python-forecastio jsonrpc-async jsonrpc-websocket mpd2 + python-forecastio jsonrpc-async jsonrpc-websocket mpd2 picotts ]; }; autoExtraComponents = true; |