hass-core/homeassistant/components/sentry/const.py

7 lines
114 B
Python
Raw Normal View History

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