We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434c269 commit 0f3489fCopy full SHA for 0f3489f
homeassistant/components/baidu/tts.py
@@ -12,7 +12,7 @@
12
13
SUPPORTED_LANGUAGES = ["zh"]
14
DEFAULT_LANG = "zh"
15
-SUPPORTED_PERSON = [0, 1, 3, 4, 5, 103, 106, 110, 111]
+SUPPORTED_PERSON = [0, 1, 3, 4, 5, 103, 106, 110, 111, 5003, 5118]
16
17
CONF_APP_ID = "app_id"
18
CONF_SECRET_KEY = "secret_key"
0 commit comments