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" |
Event parser and human readable log generator.
| 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" |