From d1c9d4d05f8d619def158f7bb946e5f4411f2088 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Tue, 6 Dec 2022 13:45:32 +0100 Subject: [PATCH] Added MaryTTS integration. --- .HA_VERSION | 2 +- configuration.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.HA_VERSION b/.HA_VERSION index 8512b92..db3c477 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2022.11.1 \ No newline at end of file +2022.11.5 \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml index fb60607..a10cd21 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -13,6 +13,8 @@ tts: language: "de-DE" - platform: google_translate language: "de" + - platform: marytts + language: "de" # Include modules group: !include groups.yaml