ha-core/homeassistant/components/prosegur/const.py

9 lines
167 B
Python

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