From f966b48d8477df3af2c76bdace1d0e1571142c2d Mon Sep 17 00:00:00 2001 From: Johannes Jonker Date: Fri, 19 Aug 2022 11:01:42 +0200 Subject: [PATCH] Add newly-released Amazon Polly voices (#76934) * Add newly-released Amazon Polly voices Cf. announcement at https://aws.amazon.com/about-aws/whats-new/2022/06/amazon-polly-adds-male-neural-tts-voices-languages/ and updated voice list at https://docs.aws.amazon.com/polly/latest/dg/voicelist.html * Fix inline comment spacing --- homeassistant/components/amazon_polly/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/amazon_polly/const.py b/homeassistant/components/amazon_polly/const.py index 0d5e65b2a3a9..3892204c47a0 100644 --- a/homeassistant/components/amazon_polly/const.py +++ b/homeassistant/components/amazon_polly/const.py @@ -36,6 +36,7 @@ SUPPORTED_VOICES: Final[list[str]] = [ "Aditi", # Hindi "Amy", "Aria", + "Arthur", # English, Neural "Astrid", # Swedish "Ayanda", "Bianca", # Italian @@ -47,6 +48,7 @@ SUPPORTED_VOICES: Final[list[str]] = [ "Chantal", # French Canadian "Conchita", "Cristiano", + "Daniel", # German, Neural "Dora", # Icelandic "Emma", # English "Enrique", @@ -69,6 +71,7 @@ SUPPORTED_VOICES: Final[list[str]] = [ "Kevin", "Kimberly", "Lea", # French + "Liam", # Canadian French, Neural "Liv", # Norwegian "Lotte", # Dutch "Lucia", # Spanish European @@ -86,6 +89,7 @@ SUPPORTED_VOICES: Final[list[str]] = [ "Nicole", # English Australian "Olivia", # Female, Australian, Neural "Penelope", # Spanish US + "Pedro", # Spanish US, Neural "Raveena", # English, Indian "Ricardo", "Ruben",