1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-20 15:30:26 +01:00
Files
core/homeassistant/components/sentry/const.py
T
2020-01-03 21:34:20 +01:00

7 lines
114 B
Python

"""Constants for the sentry integration."""
DOMAIN = "sentry"
CONF_DSN = "dsn"
CONF_ENVIRONMENT = "environment"