From 76eb5aeeb61077dac675271c6ed8e8347fe7dc91 Mon Sep 17 00:00:00 2001 From: Crash Date: Sat, 21 Nov 2020 11:24:04 -0800 Subject: [PATCH] Add updated British Voices (#43496) Say hello to Charlotte and James. https://cloud.ibm.com/apidocs/text-to-speech?code=python#getvoice --- homeassistant/components/watson_tts/tts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/watson_tts/tts.py b/homeassistant/components/watson_tts/tts.py index 27bfff9550b..9b2af2ea7fe 100644 --- a/homeassistant/components/watson_tts/tts.py +++ b/homeassistant/components/watson_tts/tts.py @@ -26,6 +26,8 @@ SUPPORTED_VOICES = [ "de-DE_ErikaV3Voice", "en-GB_KateV3Voice", "en-GB_KateVoice", + "en-GB_CharlotteV3Voice", + "en-GB_JamesV3Voice", "en-US_AllisonV3Voice", "en-US_AllisonVoice", "en-US_EmilyV3Voice",