Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.recorder.tasks.AdjustStatisticsTask Class Reference
Inheritance diagram for homeassistant.components.recorder.tasks.AdjustStatisticsTask:
[legend]
Collaboration diagram for homeassistant.components.recorder.tasks.AdjustStatisticsTask:
[legend]

Public Member Functions

None run (self, Recorder instance)
 

Additional Inherited Members

- Static Public Attributes inherited from homeassistant.components.recorder.tasks.RecorderTask
bool commit_before = True
 

Detailed Description

An object to insert into the recorder queue to run an adjust statistics task.

Definition at line 209 of file tasks.py.

Member Function Documentation

◆ run()

None homeassistant.components.recorder.tasks.AdjustStatisticsTask.run (   self,
Recorder  instance 
)
Run statistics task.

Reimplemented from homeassistant.components.recorder.tasks.RecorderTask.

Definition at line 217 of file tasks.py.


The documentation for this class was generated from the following file: