Files
core/homeassistant/components/specialized_turbo/const.py
T

12 lines
277 B
Python

"""Constants for the Specialized Turbo integration."""
DOMAIN = "specialized_turbo"
CONF_WRAPPED_KEY = "wrapped_key"
CONF_KEY_SOURCE = "key_source"
CONF_HMI_HARDWARE = "hmi_hardware"
CONF_HMI_SERIAL = "hmi_serial"
KEY_SOURCE_ACCOUNT = "account"
KEY_SOURCE_MANUAL = "manual"