mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for the kmtronic integration."""
|
|
|
|
DOMAIN = "kmtronic"
|
|
|
|
CONF_REVERSE = "reverse"
|
|
|
|
MANUFACTURER = "KMtronic"
|