mirror of
https://github.com/home-assistant/core.git
synced 2025-12-22 11:59:34 +00:00
* Add CONF_LOCATION constant * Update all custom CONF_LOCATION definitions to point to constant * remove CONF_LOCATION from homeassistant/components/totalconnect/const
8 lines
171 B
Python
8 lines
171 B
Python
"""TotalConnect constants."""
|
|
|
|
DOMAIN = "totalconnect"
|
|
CONF_USERCODES = "usercodes"
|
|
|
|
# Most TotalConnect alarms will work passing '-1' as usercode
|
|
DEFAULT_USERCODE = "-1"
|