Home Assistant Unofficial Reference 2024.12.1
recorder.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.recorder.RecorderData
 

Namespaces

 homeassistant.helpers.recorder
 

Functions

None homeassistant.helpers.recorder.async_initialize_recorder (HomeAssistant hass)
 
bool homeassistant.helpers.recorder.async_migration_in_progress (HomeAssistant hass)
 
bool homeassistant.helpers.recorder.async_migration_is_live (HomeAssistant hass)
 
bool homeassistant.helpers.recorder.async_wait_recorder (HomeAssistant hass)
 
Recorder homeassistant.helpers.recorder.get_instance (HomeAssistant hass)
 
Generator[Session] homeassistant.helpers.recorder.session_scope (*HomeAssistant|None hass=None, Session|None session=None, Callable[[Exception], bool]|None exception_filter=None, bool read_only=False)
 

Variables

 homeassistant.helpers.recorder._LOGGER = logging.getLogger(__name__)