mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
8 lines
142 B
Python
8 lines
142 B
Python
"""Constants for the Prosegur Alarm integration."""
|
|
|
|
DOMAIN = "prosegur"
|
|
|
|
CONF_CONTRACT = "contract"
|
|
|
|
SERVICE_REQUEST_IMAGE = "request_image"
|