mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 18:24:50 -05:00
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for the kmtronic integration."""
|
|
|
|
DOMAIN = "kmtronic"
|
|
|
|
CONF_REVERSE = "reverse"
|
|
|
|
MANUFACTURER = "KMtronic"
|