mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 13:39:16 +00:00

* Re-organize recorder * Fix history * Fix history stats * Fix restore state * Lint * Fix session reconfigure * Move imports around * Do not start recording till HASS started * Lint * Fix logbook * Fix race condition recorder init * Better reporting on errors
4 lines
63 B
Python
4 lines
63 B
Python
"""Recorder constants."""
|
|
|
|
DATA_INSTANCE = 'recorder_instance'
|