mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 23:07:44 +01:00
7 lines
114 B
Python
7 lines
114 B
Python
"""Constants for the sentry integration."""
|
|
|
|
DOMAIN = "sentry"
|
|
|
|
CONF_DSN = "dsn"
|
|
CONF_ENVIRONMENT = "environment"
|