diff options
Diffstat (limited to 'makefu/2configs/home/ham/tts/google.nix')
-rw-r--r-- | makefu/2configs/home/ham/tts/google.nix | 18 |
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 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 <secrets/googlecloud.json>; + # service_name = "cloud_say"; + # language = "de-DE"; + # voice = "de-DE-Wavenet-B"; + # profiles = [ "medium-bluetooth-speaker-class-device" ]; + #} + ]; +} |