mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Baidu TTS: support more voices (#41393)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
434c269f25
commit
0f3489f5cb
@ -12,7 +12,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
SUPPORTED_LANGUAGES = ["zh"]
|
SUPPORTED_LANGUAGES = ["zh"]
|
||||||
DEFAULT_LANG = "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_APP_ID = "app_id"
|
||||||
CONF_SECRET_KEY = "secret_key"
|
CONF_SECRET_KEY = "secret_key"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user