Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """TotalConnect constants."""
2 
3 DOMAIN = "totalconnect"
4 CONF_USERCODES = "usercodes"
5 AUTO_BYPASS = "auto_bypass_low_battery"
6 CODE_REQUIRED = "code_required"
7 
8 # Most TotalConnect alarms will work passing '-1' as usercode
9 DEFAULT_USERCODE = "-1"