diff options
author | makefu <github@syntax-fehler.de> | 2020-01-23 23:52:39 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-01-23 23:52:39 +0100 |
commit | c12411d79f21f6e462251d02485c8b2a139cb93e (patch) | |
tree | 4885196b4abaa0bd5ad497612a5660e41b617394 /krebs/2configs/shack/glados/default.nix | |
parent | 6508c853da3596b701aa00e99a5260d31ebeaa24 (diff) |
shack/glados: add shack-startup
Diffstat (limited to 'krebs/2configs/shack/glados/default.nix')
-rw-r--r-- | krebs/2configs/shack/glados/default.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/krebs/2configs/shack/glados/default.nix b/krebs/2configs/shack/glados/default.nix index e48a54551..ef22ccb0d 100644 --- a/krebs/2configs/shack/glados/default.nix +++ b/krebs/2configs/shack/glados/default.nix @@ -93,6 +93,7 @@ in { light = badair.light; media_player = [ { platform = "mpd"; + name = "lounge"; host = "lounge.mpd.shack"; } ]; @@ -117,19 +118,27 @@ in { #conversation = {}; history = {}; logbook = {}; + logger = { + default = "info"; + }; recorder = {}; tts = [ { platform = "google_translate"; + service_name = "say"; language = "de"; + cache = true; + time_memory = 57600; } #{ platform = "picotts"; # language = "de-DE"; + # service_name = "say"; #} ]; sun = {}; - automation = wasser.automation - ++ badair.automation + automation = wasser.automation + ++ badair.automation + ++ (import ./automation/shack-startup.nix) ++ (import ./automation/hass-restart.nix); device_tracker = []; |