From e000b9c813c625e2ab9042c041fc8c03ac20547d Mon Sep 17 00:00:00 2001 From: AdmiralStipe <64564398+AdmiralStipe@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:16:45 +0100 Subject: [PATCH] Added Slovenian language (sl-si) to Microsoft TTS (#46720) --- homeassistant/components/microsoft/tts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/microsoft/tts.py b/homeassistant/components/microsoft/tts.py index bbfe9b0379e..1e1c088b351 100644 --- a/homeassistant/components/microsoft/tts.py +++ b/homeassistant/components/microsoft/tts.py @@ -54,6 +54,7 @@ SUPPORTED_LANGUAGES = [ "ro-ro", "ru-ru", "sk-sk", + "sl-si", "sv-se", "th-th", "tr-tr",