mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 21:06:27 +01: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"
|