Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.recorder.repack Namespace Reference

Functions

None repack_database (Recorder instance)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Purge repack helper.

Function Documentation

◆ repack_database()

None homeassistant.components.recorder.repack.repack_database ( Recorder  instance)
Repack based on engine type.

Definition at line 19 of file repack.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.recorder.repack._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file repack.py.