mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 12:17:52 +00:00

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