Go to the source code of this file.
|
| | homeassistant.components.baidu.tts._LOGGER = logging.getLogger(__name__) |
| |
| dictionary | homeassistant.components.baidu.tts._OPTIONS |
| |
| string | homeassistant.components.baidu.tts.CONF_APP_ID = "app_id" |
| |
| string | homeassistant.components.baidu.tts.CONF_PERSON = "person" |
| |
| string | homeassistant.components.baidu.tts.CONF_PITCH = "pitch" |
| |
| string | homeassistant.components.baidu.tts.CONF_SECRET_KEY = "secret_key" |
| |
| string | homeassistant.components.baidu.tts.CONF_SPEED = "speed" |
| |
| string | homeassistant.components.baidu.tts.CONF_VOLUME = "volume" |
| |
| string | homeassistant.components.baidu.tts.DEFAULT_LANG = "zh" |
| |
| | homeassistant.components.baidu.tts.PLATFORM_SCHEMA |
| |
| list | homeassistant.components.baidu.tts.SUPPORTED_LANGUAGES = ["zh"] |
| |
| list | homeassistant.components.baidu.tts.SUPPORTED_OPTIONS = [CONF_PERSON, CONF_PITCH, CONF_SPEED, CONF_VOLUME] |
| |
| list | homeassistant.components.baidu.tts.SUPPORTED_PERSON = [0, 1, 3, 4, 5, 103, 106, 110, 111, 5003, 5118] |
| |