From 7260cada904ab759a9ad86acd6bb8f2e1afedd33 Mon Sep 17 00:00:00 2001 From: aidbish <38182386+aidbish@users.noreply.github.com> Date: Thu, 13 Jun 2019 07:21:00 +1000 Subject: [PATCH] missing comma preventing other voices (#24487) --- homeassistant/components/watson_tts/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/watson_tts/tts.py b/homeassistant/components/watson_tts/tts.py index be60908d096..552083854a2 100644 --- a/homeassistant/components/watson_tts/tts.py +++ b/homeassistant/components/watson_tts/tts.py @@ -23,7 +23,7 @@ SUPPORTED_VOICES = [ "de-DE_BirgitVoice", "de-DE_BirgitV2Voice", "de-DE_DieterVoice", - "de-DE_DieterV2Voice" + "de-DE_DieterV2Voice", "en-GB_KateVoice", "en-US_AllisonVoice", "en-US_AllisonV2Voice",