5 lines
92 B
Python
5 lines
92 B
Python
|
"""Constants for the TRIGGERcmd integration."""
|
||
|
|
||
|
DOMAIN = "triggercmd"
|
||
|
CONF_TOKEN = "token"
|