mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Baidu TTS: support more voices (#41393)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user