mirror of
https://github.com/home-assistant/core.git
synced 2025-05-07 15:39:18 +00:00
8 lines
223 B
Python
8 lines
223 B
Python
"""Consts used by Tradfri."""
|
|
from homeassistant.const import CONF_HOST # noqa pylint: disable=unused-import
|
|
|
|
CONF_IMPORT_GROUPS = "import_groups"
|
|
CONF_IDENTITY = "identity"
|
|
CONF_KEY = "key"
|
|
CONF_GATEWAY_ID = "gateway_id"
|