Go to the source code of this file.
Classes | |
| class | homeassistant.components.tts.legacy.Provider |
Namespaces | |
| homeassistant.components.tts.legacy | |
Functions | |
| str | homeassistant.components.tts.legacy._deprecated_platform (str value) |
| list[Coroutine[Any, Any, None]] | homeassistant.components.tts.legacy.async_setup_legacy (HomeAssistant hass, ConfigType config) |
Variables | |
| homeassistant.components.tts.legacy._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.tts.legacy.CONF_SERVICE_NAME = "service_name" |
| homeassistant.components.tts.legacy.PLATFORM_SCHEMA | |
| homeassistant.components.tts.legacy.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE.extend(PLATFORM_SCHEMA.schema) | |
| homeassistant.components.tts.legacy.SCHEMA_SERVICE_SAY | |
| string | homeassistant.components.tts.legacy.SERVICE_SAY = "say" |