6 lines
99 B
Python
6 lines
99 B
Python
|
"""Constants for the Prosegur Alarm integration."""
|
||
|
|
||
|
DOMAIN = "prosegur"
|
||
|
|
||
|
CONF_COUNTRY = "country"
|