Home Assistant Unofficial Reference 2024.12.1
legacy.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.stt.legacy.Provider
 

Namespaces

 homeassistant.components.stt.legacy
 

Functions

str|None homeassistant.components.stt.legacy.async_default_provider (HomeAssistant hass)
 
Provider|None homeassistant.components.stt.legacy.async_get_provider (HomeAssistant hass, str|None domain=None)
 
list[Coroutine[Any, Any, None]] homeassistant.components.stt.legacy.async_setup_legacy (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.stt.legacy._LOGGER = logging.getLogger(__name__)