1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/trane/const.py
2026-02-23 20:03:08 +01:00

8 lines
123 B
Python

"""Constants for the Trane Local integration."""
DOMAIN = "trane"
CONF_SECRET_KEY = "secret_key"
MANUFACTURER = "Trane"