Go to the source code of this file.
Classes | |
| class | homeassistant.components.stt.SpeechToTextEntity |
| class | homeassistant.components.stt.SpeechToTextView |
Namespaces | |
| homeassistant.components.stt | |
Functions | |
| SpeechMetadata | homeassistant.components.stt._metadata_from_header (web.Request request) |
| str|None | homeassistant.components.stt.async_default_engine (HomeAssistant hass) |
| SpeechToTextEntity|Provider|None | homeassistant.components.stt.async_get_speech_to_text_engine (HomeAssistant hass, str engine_id) |
| SpeechToTextEntity|None | homeassistant.components.stt.async_get_speech_to_text_entity (HomeAssistant hass, str entity_id) |
| set[str] | homeassistant.components.stt.async_get_speech_to_text_languages (HomeAssistant hass) |
| bool | homeassistant.components.stt.async_setup (HomeAssistant hass, ConfigType config) |
| bool | homeassistant.components.stt.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | homeassistant.components.stt.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | homeassistant.components.stt.websocket_list_engines (HomeAssistant hass, websocket_api.ActiveConnection connection, dict msg) |
Variables | |
| list | homeassistant.components.stt.__all__ |
| homeassistant.components.stt._LOGGER = logging.getLogger(__name__) | |
| homeassistant.components.stt.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |