mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 20:26:16 +01:00
ba09a54a37
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
182 B
Python
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"
|