mirror of
https://github.com/home-assistant/core.git
synced 2025-05-28 17:57:08 +00:00
8 lines
163 B
Python
8 lines
163 B
Python
"""Recorder constants."""
|
|
|
|
DATA_INSTANCE = "recorder_instance"
|
|
SQLITE_URL_PREFIX = "sqlite://"
|
|
DOMAIN = "recorder"
|
|
|
|
CONF_DB_INTEGRITY_CHECK = "db_integrity_check"
|