mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
6 lines
149 B
Python
6 lines
149 B
Python
"""Constants for the Zerproc integration."""
|
|
DOMAIN = "zerproc"
|
|
|
|
DATA_ADDRESSES = "addresses"
|
|
DATA_DISCOVERY_SUBSCRIPTION = "discovery_subscription"
|