1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/zerproc/const.py

6 lines
149 B
Python

"""Constants for the Zerproc integration."""
DOMAIN = "zerproc"
DATA_ADDRESSES = "addresses"
DATA_DISCOVERY_SUBSCRIPTION = "discovery_subscription"