1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-18 12:59:14 +00:00

13 lines
208 B
Python

"""Constants for the kmtronic integration."""
DOMAIN = "kmtronic"
CONF_REVERSE = "reverse"
DATA_HUB = "hub"
DATA_COORDINATOR = "coordinator"
MANUFACTURER = "KMtronic"
UPDATE_LISTENER = "update_listener"