Skip to content

Commit 0f3489f

Browse files
jyz0501balloob
andauthored
Baidu TTS: support more voices (home-assistant#41393)
Co-authored-by: Paulus Schoutsen <[email protected]>
1 parent 434c269 commit 0f3489f

File tree

1 file changed

+1
-1
lines changed
  • homeassistant/components/baidu

1 file changed

+1
-1
lines changed

homeassistant/components/baidu/tts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
SUPPORTED_LANGUAGES = ["zh"]
1414
DEFAULT_LANG = "zh"
15-
SUPPORTED_PERSON = [0, 1, 3, 4, 5, 103, 106, 110, 111]
15+
SUPPORTED_PERSON = [0, 1, 3, 4, 5, 103, 106, 110, 111, 5003, 5118]
1616

1717
CONF_APP_ID = "app_id"
1818
CONF_SECRET_KEY = "secret_key"

0 commit comments

Comments
 (0)