* support for multiple contracts - tested live * update tests * address review * address review * fix
8 lines
167 B
Python
8 lines
167 B
Python
"""Constants for the Prosegur Alarm integration."""
|
|
|
|
DOMAIN = "prosegur"
|
|
|
|
CONF_COUNTRY = "country"
|
|
CONF_CONTRACT = "contract"
|
|
|
|
SERVICE_REQUEST_IMAGE = "request_image"
|