Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.recorder.const Namespace Reference

Variables

 ALL_DOMAIN_EXCLUDE_ATTRS
 
 ATTR_APPLY_FILTER
 
 ATTR_KEEP_DAYS
 
 ATTR_REPACK
 
 CONF_DB_INTEGRITY_CHECK
 
 CONTEXT_ID_AS_BINARY_SCHEMA_VERSION
 
 DB_WORKER_PREFIX
 
 DEFAULT_MAX_BIND_VARS
 
 DOMAIN
 
 EVENT_TYPE_IDS_SCHEMA_VERSION
 
 INTEGRATION_PLATFORM_COMPILE_STATISTICS
 
 INTEGRATION_PLATFORM_LIST_STATISTIC_IDS
 
 INTEGRATION_PLATFORM_METHODS
 
 INTEGRATION_PLATFORM_UPDATE_STATISTICS_ISSUES
 
 INTEGRATION_PLATFORM_VALIDATE_STATISTICS
 
 KEEPALIVE_TIME
 
 LAST_REPORTED_SCHEMA_VERSION
 
 LEGACY_STATES_EVENT_ID_INDEX_SCHEMA_VERSION
 
 MARIADB_PYMYSQL_URL_PREFIX
 
 MARIADB_URL_PREFIX
 
 MAX_QUEUE_BACKLOG_MIN_VALUE
 
 MIN_AVAILABLE_MEMORY_FOR_QUEUE_BACKLOG
 
 MYSQLDB_PYMYSQL_URL_PREFIX
 
 MYSQLDB_URL_PREFIX
 
 SQLITE_MAX_BIND_VARS
 
 SQLITE_MODERN_MAX_BIND_VARS
 
 SQLITE_URL_PREFIX
 
 STATES_META_SCHEMA_VERSION
 

Detailed Description

Recorder constants.

Variable Documentation

◆ ALL_DOMAIN_EXCLUDE_ATTRS

homeassistant.components.recorder.const.ALL_DOMAIN_EXCLUDE_ATTRS

Definition at line 49 of file const.py.

◆ ATTR_APPLY_FILTER

homeassistant.components.recorder.const.ATTR_APPLY_FILTER

Definition at line 53 of file const.py.

◆ ATTR_KEEP_DAYS

homeassistant.components.recorder.const.ATTR_KEEP_DAYS

Definition at line 51 of file const.py.

◆ ATTR_REPACK

homeassistant.components.recorder.const.ATTR_REPACK

Definition at line 52 of file const.py.

◆ CONF_DB_INTEGRITY_CHECK

homeassistant.components.recorder.const.CONF_DB_INTEGRITY_CHECK

Definition at line 28 of file const.py.

◆ CONTEXT_ID_AS_BINARY_SCHEMA_VERSION

homeassistant.components.recorder.const.CONTEXT_ID_AS_BINARY_SCHEMA_VERSION

Definition at line 57 of file const.py.

◆ DB_WORKER_PREFIX

homeassistant.components.recorder.const.DB_WORKER_PREFIX

Definition at line 47 of file const.py.

◆ DEFAULT_MAX_BIND_VARS

homeassistant.components.recorder.const.DEFAULT_MAX_BIND_VARS

Definition at line 45 of file const.py.

◆ DOMAIN

homeassistant.components.recorder.const.DOMAIN

Definition at line 26 of file const.py.

◆ EVENT_TYPE_IDS_SCHEMA_VERSION

homeassistant.components.recorder.const.EVENT_TYPE_IDS_SCHEMA_VERSION

Definition at line 58 of file const.py.

◆ INTEGRATION_PLATFORM_COMPILE_STATISTICS

homeassistant.components.recorder.const.INTEGRATION_PLATFORM_COMPILE_STATISTICS

Definition at line 64 of file const.py.

◆ INTEGRATION_PLATFORM_LIST_STATISTIC_IDS

homeassistant.components.recorder.const.INTEGRATION_PLATFORM_LIST_STATISTIC_IDS

Definition at line 65 of file const.py.

◆ INTEGRATION_PLATFORM_METHODS

homeassistant.components.recorder.const.INTEGRATION_PLATFORM_METHODS

Definition at line 69 of file const.py.

◆ INTEGRATION_PLATFORM_UPDATE_STATISTICS_ISSUES

homeassistant.components.recorder.const.INTEGRATION_PLATFORM_UPDATE_STATISTICS_ISSUES

Definition at line 66 of file const.py.

◆ INTEGRATION_PLATFORM_VALIDATE_STATISTICS

homeassistant.components.recorder.const.INTEGRATION_PLATFORM_VALIDATE_STATISTICS

Definition at line 67 of file const.py.

◆ KEEPALIVE_TIME

homeassistant.components.recorder.const.KEEPALIVE_TIME

Definition at line 55 of file const.py.

◆ LAST_REPORTED_SCHEMA_VERSION

homeassistant.components.recorder.const.LAST_REPORTED_SCHEMA_VERSION

Definition at line 60 of file const.py.

◆ LEGACY_STATES_EVENT_ID_INDEX_SCHEMA_VERSION

homeassistant.components.recorder.const.LEGACY_STATES_EVENT_ID_INDEX_SCHEMA_VERSION

Definition at line 62 of file const.py.

◆ MARIADB_PYMYSQL_URL_PREFIX

homeassistant.components.recorder.const.MARIADB_PYMYSQL_URL_PREFIX

Definition at line 23 of file const.py.

◆ MARIADB_URL_PREFIX

homeassistant.components.recorder.const.MARIADB_URL_PREFIX

Definition at line 22 of file const.py.

◆ MAX_QUEUE_BACKLOG_MIN_VALUE

homeassistant.components.recorder.const.MAX_QUEUE_BACKLOG_MIN_VALUE

Definition at line 30 of file const.py.

◆ MIN_AVAILABLE_MEMORY_FOR_QUEUE_BACKLOG

homeassistant.components.recorder.const.MIN_AVAILABLE_MEMORY_FOR_QUEUE_BACKLOG

Definition at line 31 of file const.py.

◆ MYSQLDB_PYMYSQL_URL_PREFIX

homeassistant.components.recorder.const.MYSQLDB_PYMYSQL_URL_PREFIX

Definition at line 25 of file const.py.

◆ MYSQLDB_URL_PREFIX

homeassistant.components.recorder.const.MYSQLDB_URL_PREFIX

Definition at line 24 of file const.py.

◆ SQLITE_MAX_BIND_VARS

homeassistant.components.recorder.const.SQLITE_MAX_BIND_VARS

Definition at line 39 of file const.py.

◆ SQLITE_MODERN_MAX_BIND_VARS

homeassistant.components.recorder.const.SQLITE_MODERN_MAX_BIND_VARS

Definition at line 43 of file const.py.

◆ SQLITE_URL_PREFIX

homeassistant.components.recorder.const.SQLITE_URL_PREFIX

Definition at line 21 of file const.py.

◆ STATES_META_SCHEMA_VERSION

homeassistant.components.recorder.const.STATES_META_SCHEMA_VERSION

Definition at line 59 of file const.py.