diff --git a/homeassistant/components/tts/amazon_polly.py b/homeassistant/components/tts/amazon_polly.py index e3f5b7407cd..1dfb741bb42 100644 --- a/homeassistant/components/tts/amazon_polly.py +++ b/homeassistant/components/tts/amazon_polly.py @@ -5,6 +5,7 @@ For more details about this component, please refer to the documentation at https://home-assistant.io/components/tts.amazon_polly/ """ import logging + import voluptuous as vol from homeassistant.components.tts import Provider, PLATFORM_SCHEMA @@ -56,7 +57,7 @@ SUPPORTED_VOICES = [ 'Cristiano', 'Ines', # Portuguese, European 'Carmen', # Romanian 'Maxim', 'Tatyana', # Russian - 'Enrique', 'Conchita', 'Lucia' # Spanish European + 'Enrique', 'Conchita', 'Lucia', # Spanish European 'Mia', # Spanish Mexican 'Miguel', 'Penelope', # Spanish US 'Astrid', # Swedish