mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 07:01:41 +01:00
12 lines
277 B
Python
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"
|