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

Variables

string CONF_DSN = "dsn"
 
string CONF_ENVIRONMENT = "environment"
 
string CONF_EVENT_CUSTOM_COMPONENTS = "event_custom_components"
 
string CONF_EVENT_HANDLED = "event_handled"
 
string CONF_EVENT_THIRD_PARTY_PACKAGES = "event_third_party_packages"
 
string CONF_LOGGING_EVENT_LEVEL = "logging_event_level"
 
string CONF_LOGGING_LEVEL = "logging_level"
 
string CONF_TRACING = "tracing"
 
string CONF_TRACING_SAMPLE_RATE = "tracing_sample_rate"
 
 DEFAULT_LOGGING_EVENT_LEVEL = logging.ERROR
 
 DEFAULT_LOGGING_LEVEL = logging.WARNING
 
float DEFAULT_TRACING_SAMPLE_RATE = 1.0
 
string DOMAIN = "sentry"
 
list ENTITY_COMPONENTS
 
dictionary LOGGING_LEVELS
 

Detailed Description

Constants for the sentry integration.

Variable Documentation

◆ CONF_DSN

string homeassistant.components.sentry.const.CONF_DSN = "dsn"

Definition at line 7 of file const.py.

◆ CONF_ENVIRONMENT

string homeassistant.components.sentry.const.CONF_ENVIRONMENT = "environment"

Definition at line 8 of file const.py.

◆ CONF_EVENT_CUSTOM_COMPONENTS

string homeassistant.components.sentry.const.CONF_EVENT_CUSTOM_COMPONENTS = "event_custom_components"

Definition at line 9 of file const.py.

◆ CONF_EVENT_HANDLED

string homeassistant.components.sentry.const.CONF_EVENT_HANDLED = "event_handled"

Definition at line 10 of file const.py.

◆ CONF_EVENT_THIRD_PARTY_PACKAGES

string homeassistant.components.sentry.const.CONF_EVENT_THIRD_PARTY_PACKAGES = "event_third_party_packages"

Definition at line 11 of file const.py.

◆ CONF_LOGGING_EVENT_LEVEL

string homeassistant.components.sentry.const.CONF_LOGGING_EVENT_LEVEL = "logging_event_level"

Definition at line 12 of file const.py.

◆ CONF_LOGGING_LEVEL

string homeassistant.components.sentry.const.CONF_LOGGING_LEVEL = "logging_level"

Definition at line 13 of file const.py.

◆ CONF_TRACING

string homeassistant.components.sentry.const.CONF_TRACING = "tracing"

Definition at line 14 of file const.py.

◆ CONF_TRACING_SAMPLE_RATE

string homeassistant.components.sentry.const.CONF_TRACING_SAMPLE_RATE = "tracing_sample_rate"

Definition at line 15 of file const.py.

◆ DEFAULT_LOGGING_EVENT_LEVEL

homeassistant.components.sentry.const.DEFAULT_LOGGING_EVENT_LEVEL = logging.ERROR

Definition at line 17 of file const.py.

◆ DEFAULT_LOGGING_LEVEL

homeassistant.components.sentry.const.DEFAULT_LOGGING_LEVEL = logging.WARNING

Definition at line 18 of file const.py.

◆ DEFAULT_TRACING_SAMPLE_RATE

float homeassistant.components.sentry.const.DEFAULT_TRACING_SAMPLE_RATE = 1.0

Definition at line 19 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ ENTITY_COMPONENTS

list homeassistant.components.sentry.const.ENTITY_COMPONENTS
Initial value:
1 = [
2  "air_quality",
3  "alarm_control_panel",
4  "binary_sensor",
5  "calendar",
6  "camera",
7  "climate",
8  "cover",
9  "device_tracker",
10  "fan",
11  "geo_location",
12  "group",
13  "humidifier",
14  "light",
15  "lock",
16  "media_player",
17  "remote",
18  "scene",
19  "sensor",
20  "switch",
21  "vacuum",
22  "water_heater",
23  "weather",
24 ]

Definition at line 29 of file const.py.

◆ LOGGING_LEVELS

dictionary homeassistant.components.sentry.const.LOGGING_LEVELS
Initial value:
1 = {
2  logging.DEBUG: "debug",
3  logging.INFO: "info",
4  logging.WARNING: "warning",
5  logging.ERROR: "error",
6  logging.CRITICAL: "critical",
7 }

Definition at line 21 of file const.py.