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
caca762088
core
/
homeassistant
/
components
/
recorder
/
const.py
5 lines
95 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
"
Automatically recover when the sqlite3 database is malformed or corrupted (#37949) * Validate sqlite database on startup and move away if corruption is detected. * do not switch context in test -- its all sync
2020-07-18 05:07:37 +00:00
SQLITE_URL_PREFIX
=
"
sqlite://
"