5 lines
149 B
Python
5 lines
149 B
Python
"""Constants for the Zerproc integration."""
|
|
DOMAIN = "zerproc"
|
|
|
|
DATA_ADDRESSES = "addresses"
|
|
DATA_DISCOVERY_SUBSCRIPTION = "discovery_subscription"
|