Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.logbook.const
 

Variables

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