Skip to content

Commit

Permalink
Fix list (fixes #19235)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 13, 2018
1 parent 6766d25 commit 63a72f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/tts/amazon_polly.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
https://home-assistant.io/components/tts.amazon_polly/
"""
import logging

import voluptuous as vol

from homeassistant.components.tts import Provider, PLATFORM_SCHEMA
Expand Down Expand Up @@ -56,7 +57,7 @@
'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
Expand Down

0 comments on commit 63a72f2

Please sign in to comment.