mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
7 lines
150 B
Python
7 lines
150 B
Python
"""Constants for the Zerproc integration."""
|
|
|
|
DOMAIN = "zerproc"
|
|
|
|
DATA_ADDRESSES = "addresses"
|
|
DATA_DISCOVERY_SUBSCRIPTION = "discovery_subscription"
|