8 lines
123 B
Python
8 lines
123 B
Python
"""Constants for the Trane Local integration."""
|
|
|
|
DOMAIN = "trane"
|
|
|
|
CONF_SECRET_KEY = "secret_key"
|
|
|
|
MANUFACTURER = "Trane"
|