hass-core/homeassistant/components/kmtronic/const.py

12 lines
232 B
Python
Raw Normal View History

"""Constants for the kmtronic integration."""
DOMAIN = "kmtronic"
DATA_HUB = "hub"
DATA_HOST = "host"
DATA_COORDINATOR = "coordinator"
MANUFACTURER = "KMtronic"
ATTR_MANUFACTURER = "manufacturer"
ATTR_IDENTIFIERS = "identifiers"