1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-08 07:07:08 +00:00

8 lines
163 B
Python

"""Recorder constants."""
DATA_INSTANCE = "recorder_instance"
SQLITE_URL_PREFIX = "sqlite://"
DOMAIN = "recorder"
CONF_DB_INTEGRITY_CHECK = "db_integrity_check"