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

Variables

dictionary ALWAYS_CONTINUOUS_DOMAINS = {"counter", "proximity"}
 
string ATTR_MESSAGE = "message"
 
dictionary AUTOMATION_EVENTS = {EVENT_AUTOMATION_TRIGGERED, EVENT_SCRIPT_STARTED}
 
dictionary BUILT_IN_EVENTS = {EVENT_LOGBOOK_ENTRY, EVENT_CALL_SERVICE}
 
dictionary CONDITIONALLY_CONTINUOUS_DOMAINS = {SENSOR_DOMAIN}
 
string CONTEXT_DOMAIN = "context_domain"
 
string CONTEXT_ENTITY_ID = "context_entity_id"
 
string CONTEXT_ENTITY_ID_NAME = "context_entity_id_name"
 
string CONTEXT_EVENT_TYPE = "context_event_type"
 
string CONTEXT_MESSAGE = "context_message"
 
string CONTEXT_NAME = "context_name"
 
string CONTEXT_SERVICE = "context_service"
 
string CONTEXT_SOURCE = "context_source"
 
string CONTEXT_STATE = "context_state"
 
string CONTEXT_USER_ID = "context_user_id"
 
string DOMAIN = "logbook"
 
string LOGBOOK_ENTRY_CONTEXT_ID = "context_id"
 
string LOGBOOK_ENTRY_DOMAIN = "domain"
 
string LOGBOOK_ENTRY_ENTITY_ID = "entity_id"
 
string LOGBOOK_ENTRY_ICON = "icon"
 
string LOGBOOK_ENTRY_MESSAGE = "message"
 
string LOGBOOK_ENTRY_NAME = "name"
 
string LOGBOOK_ENTRY_SOURCE = "source"
 
string LOGBOOK_ENTRY_STATE = "state"
 
string LOGBOOK_ENTRY_WHEN = "when"
 

Detailed Description

Event parser and human readable log generator.

Variable Documentation

◆ ALWAYS_CONTINUOUS_DOMAINS

dictionary homeassistant.components.logbook.const.ALWAYS_CONTINUOUS_DOMAINS = {"counter", "proximity"}

Definition at line 16 of file const.py.

◆ ATTR_MESSAGE

string homeassistant.components.logbook.const.ATTR_MESSAGE = "message"

Definition at line 21 of file const.py.

◆ AUTOMATION_EVENTS

dictionary homeassistant.components.logbook.const.AUTOMATION_EVENTS = {EVENT_AUTOMATION_TRIGGERED, EVENT_SCRIPT_STARTED}

Definition at line 47 of file const.py.

◆ BUILT_IN_EVENTS

dictionary homeassistant.components.logbook.const.BUILT_IN_EVENTS = {EVENT_LOGBOOK_ENTRY, EVENT_CALL_SERVICE}

Definition at line 50 of file const.py.

◆ CONDITIONALLY_CONTINUOUS_DOMAINS

dictionary homeassistant.components.logbook.const.CONDITIONALLY_CONTINUOUS_DOMAINS = {SENSOR_DOMAIN}

Definition at line 19 of file const.py.

◆ CONTEXT_DOMAIN

string homeassistant.components.logbook.const.CONTEXT_DOMAIN = "context_domain"

Definition at line 29 of file const.py.

◆ CONTEXT_ENTITY_ID

string homeassistant.components.logbook.const.CONTEXT_ENTITY_ID = "context_entity_id"

Definition at line 26 of file const.py.

◆ CONTEXT_ENTITY_ID_NAME

string homeassistant.components.logbook.const.CONTEXT_ENTITY_ID_NAME = "context_entity_id_name"

Definition at line 27 of file const.py.

◆ CONTEXT_EVENT_TYPE

string homeassistant.components.logbook.const.CONTEXT_EVENT_TYPE = "context_event_type"

Definition at line 28 of file const.py.

◆ CONTEXT_MESSAGE

string homeassistant.components.logbook.const.CONTEXT_MESSAGE = "context_message"

Definition at line 34 of file const.py.

◆ CONTEXT_NAME

string homeassistant.components.logbook.const.CONTEXT_NAME = "context_name"

Definition at line 33 of file const.py.

◆ CONTEXT_SERVICE

string homeassistant.components.logbook.const.CONTEXT_SERVICE = "context_service"

Definition at line 32 of file const.py.

◆ CONTEXT_SOURCE

string homeassistant.components.logbook.const.CONTEXT_SOURCE = "context_source"

Definition at line 31 of file const.py.

◆ CONTEXT_STATE

string homeassistant.components.logbook.const.CONTEXT_STATE = "context_state"

Definition at line 30 of file const.py.

◆ CONTEXT_USER_ID

string homeassistant.components.logbook.const.CONTEXT_USER_ID = "context_user_id"

Definition at line 25 of file const.py.

◆ DOMAIN

string homeassistant.components.logbook.const.DOMAIN = "logbook"

Definition at line 23 of file const.py.

◆ LOGBOOK_ENTRY_CONTEXT_ID

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_CONTEXT_ID = "context_id"

Definition at line 36 of file const.py.

◆ LOGBOOK_ENTRY_DOMAIN

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_DOMAIN = "domain"

Definition at line 37 of file const.py.

◆ LOGBOOK_ENTRY_ENTITY_ID

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_ENTITY_ID = "entity_id"

Definition at line 38 of file const.py.

◆ LOGBOOK_ENTRY_ICON

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_ICON = "icon"

Definition at line 39 of file const.py.

◆ LOGBOOK_ENTRY_MESSAGE

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_MESSAGE = "message"

Definition at line 41 of file const.py.

◆ LOGBOOK_ENTRY_NAME

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_NAME = "name"

Definition at line 42 of file const.py.

◆ LOGBOOK_ENTRY_SOURCE

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_SOURCE = "source"

Definition at line 40 of file const.py.

◆ LOGBOOK_ENTRY_STATE

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_STATE = "state"

Definition at line 43 of file const.py.

◆ LOGBOOK_ENTRY_WHEN

string homeassistant.components.logbook.const.LOGBOOK_ENTRY_WHEN = "when"

Definition at line 44 of file const.py.