core/homeassistant/components/triggercmd/const.py

5 lines
92 B
Python

"""Constants for the TRIGGERcmd integration."""
DOMAIN = "triggercmd"
CONF_TOKEN = "token"