mirror of
https://github.com/home-assistant/core.git
synced 2025-05-20 13:59:15 +00:00

* Validate sqlite database on startup and move away if corruption is detected. * do not switch context in test -- its all sync
5 lines
95 B
Python
5 lines
95 B
Python
"""Recorder constants."""
|
|
|
|
DATA_INSTANCE = "recorder_instance"
|
|
SQLITE_URL_PREFIX = "sqlite://"
|