summaryrefslogtreecommitdiffstats
path: root/2configs/home/ham/tts
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-01-30 23:51:32 +0100
committermakefu <github@syntax-fehler.de>2022-01-30 23:51:32 +0100
commita312677a5822216459fcf7d7b17bbd4c84b51266 (patch)
treec5977340db496cb6ff866a8e229debf1bd6be4f0 /2configs/home/ham/tts
parent509ff10d8512f02540b23fb0dd617ea46032b833 (diff)
ma ham: commit open changes
Diffstat (limited to '2configs/home/ham/tts')
-rw-r--r--2configs/home/ham/tts/google.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/2configs/home/ham/tts/google.nix b/2configs/home/ham/tts/google.nix
new file mode 100644
index 000000000..d2f7a55cc
--- /dev/null
+++ b/2configs/home/ham/tts/google.nix
@@ -0,0 +1,18 @@
+
+let
+in {
+ services.home-assistant.config.tts = [
+ { platform = "google_translate";
+ language = "de";
+ time_memory = 57600;
+ service_name = "google_say";
+ }
+ #{ platform = "google_cloud";
+ # key_file = toString <secrets/googlecloud.json>;
+ # service_name = "cloud_say";
+ # language = "de-DE";
+ # voice = "de-DE-Wavenet-B";
+ # profiles = [ "medium-bluetooth-speaker-class-device" ];
+ #}
+ ];
+}