mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Add Sentry component (#30422)
This commit is contained in:
committed by
Paulus Schoutsen
parent
bb55606d29
commit
3033dbd86c
6
homeassistant/components/sentry/const.py
Normal file
6
homeassistant/components/sentry/const.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Constants for the sentry integration."""
|
||||
|
||||
DOMAIN = "sentry"
|
||||
|
||||
CONF_DSN = "dsn"
|
||||
CONF_ENVIRONMENT = "environment"
|
||||
Reference in New Issue
Block a user