mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
d732e3d5ae
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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"
|