From 6c3b36a978311f8fbb2de21e60fd0fb3370ae011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stef=C3=A1n=20J=C3=B6kull=20Sigur=C3=B0arson?= Date: Fri, 11 Feb 2022 11:53:09 +0000 Subject: [PATCH] Add Icelandic to list of supported Azure languages (#66310) It was missing, as it is a supported language as per the list here: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support#text-to-speech --- 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 611cf57e56b..59902335d47 100644 --- a/homeassistant/components/microsoft/tts.py +++ b/homeassistant/components/microsoft/tts.py @@ -58,6 +58,7 @@ SUPPORTED_LANGUAGES = [ "hr-hr", "hu-hu", "id-id", + "is-is", "it-it", "ja-jp", "ko-kr",