mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
13 lines
208 B
Python
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"
|