This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
10adae4b3b
core
/
homeassistant
/
components
/
recorder
/
const.py
4 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
Feature/reorg recorder (#6237) * 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 22:38:06 +00:00
"""
Recorder constants.
"""
Black
2019-07-31 19:25:30 +00:00
DATA_INSTANCE
=
"
recorder_instance
"