summaryrefslogtreecommitdiffstats
path: root/makefu/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
commit965a6c96c3b7216bf8ca1b985f8bece6c73213c4 (patch)
tree546b554bb339859a2fb182d4b9df8c21db5fc085 /makefu/2configs/home/ham/tts
parenta721b7ad9b605dc90fa731b2f9a176f2238dc82f (diff)
ma ham: commit open changes
Diffstat (limited to 'makefu/2configs/home/ham/tts')
-rw-r--r--makefu/2configs/home/ham/tts/google.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/makefu/2configs/home/ham/tts/google.nix b/makefu/2configs/home/ham/tts/google.nix
new file mode 100644
index 00000000..d2f7a55c
--- /dev/null
+++ b/makefu/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" ];
+ #}
+ ];
+}