From 965a6c96c3b7216bf8ca1b985f8bece6c73213c4 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 30 Jan 2022 23:51:32 +0100 Subject: ma ham: commit open changes --- makefu/2configs/home/ham/tts/google.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 makefu/2configs/home/ham/tts/google.nix (limited to 'makefu/2configs/home/ham/tts') diff --git a/makefu/2configs/home/ham/tts/google.nix b/makefu/2configs/home/ham/tts/google.nix new file mode 100644 index 000000000..d2f7a55cc --- /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 ; + # service_name = "cloud_say"; + # language = "de-DE"; + # voice = "de-DE-Wavenet-B"; + # profiles = [ "medium-bluetooth-speaker-class-device" ]; + #} + ]; +} -- cgit v1.2.3