1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-15 19:39:14 +00:00
Paulus Schoutsen 61909e873f Feature/reorg recorder ()
* 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
2017-02-26 14:38:06 -08:00

4 lines
63 B
Python

"""Recorder constants."""
DATA_INSTANCE = 'recorder_instance'