mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Adjust doc string for recorder.Recorder.async_periodic_statistics (#70398)
This commit is contained in:
parent
3142a106fc
commit
9761a7310e
@ -918,7 +918,10 @@ class Recorder(threading.Thread):
|
||||
|
||||
@callback
|
||||
def async_periodic_statistics(self, now: datetime) -> None:
|
||||
"""Trigger the hourly statistics run."""
|
||||
"""Trigger the statistics run.
|
||||
|
||||
Short term statistics run every 5 minutes
|
||||
"""
|
||||
start = statistics.get_start_time()
|
||||
self.queue.put(StatisticsTask(start))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user