1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 04:19:34 +00:00
Files
core/homeassistant/components/kmtronic/const.py

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"