core/homeassistant/components/sentry/const.py

7 lines
114 B
Python
Raw Normal View History

2020-01-03 20:34:20 +00:00
"""Constants for the sentry integration."""
DOMAIN = "sentry"
CONF_DSN = "dsn"
CONF_ENVIRONMENT = "environment"