Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.recorder.tasks.UpdateStatisticsMetadataTask Class Reference
Inheritance diagram for homeassistant.components.recorder.tasks.UpdateStatisticsMetadataTask:
[legend]
Collaboration diagram for homeassistant.components.recorder.tasks.UpdateStatisticsMetadataTask:
[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

Object to store statistics_id and unit for update of statistics metadata.

Definition at line 74 of file tasks.py.

Member Function Documentation

◆ run()

None homeassistant.components.recorder.tasks.UpdateStatisticsMetadataTask.run (   self,
Recorder  instance 
)
Handle the task.

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

Definition at line 82 of file tasks.py.


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