Add Sentry component (#30422)
This commit is contained in:
parent
bb55606d29
commit
3033dbd86c
15 changed files with 254 additions and 1 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue