Files
core/homeassistant/components/tradfri/const.py
T
2026-04-10 14:19:02 +02:00

11 lines
182 B
Python

"""Consts used by Tradfri."""
import logging
LOGGER = logging.getLogger(__package__)
CONF_GATEWAY_ID = "gateway_id"
CONF_IDENTITY = "identity"
CONF_KEY = "key"
DOMAIN = "tradfri"