core/homeassistant/components/totalconnect/const.py

8 lines
171 B
Python
Raw Normal View History

"""TotalConnect constants."""
DOMAIN = "totalconnect"
CONF_USERCODES = "usercodes"
# Most TotalConnect alarms will work passing '-1' as usercode
DEFAULT_USERCODE = "-1"