hass-core/homeassistant/components/prosegur/const.py
Diogo Gomes a3048234d3
Support for multiple contracts in Prosegur (#89097)
* support for multiple contracts - tested live

* update tests

* address review

* address review

* fix
2023-04-25 15:16:51 +02:00

8 lines
167 B
Python

"""Constants for the Prosegur Alarm integration."""
DOMAIN = "prosegur"
CONF_COUNTRY = "country"
CONF_CONTRACT = "contract"
SERVICE_REQUEST_IMAGE = "request_image"