Baidu TTS: support more voices (#41393)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
jyz0501 2020-10-07 21:44:16 +08:00 committed by GitHub
parent 434c269f25
commit 0f3489f5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ _LOGGER = logging.getLogger(__name__)
SUPPORTED_LANGUAGES = ["zh"]
DEFAULT_LANG = "zh"
SUPPORTED_PERSON = [0, 1, 3, 4, 5, 103, 106, 110, 111]
SUPPORTED_PERSON = [0, 1, 3, 4, 5, 103, 106, 110, 111, 5003, 5118]
CONF_APP_ID = "app_id"
CONF_SECRET_KEY = "secret_key"