Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Consts used by Tradfri."""
2 
3 import logging
4 
5 LOGGER = logging.getLogger(__package__)
6 
7 CONF_GATEWAY_ID = "gateway_id"
8 CONF_IDENTITY = "identity"
9 CONF_KEY = "key"
10 COORDINATOR = "coordinator"
11 COORDINATOR_LIST = "coordinator_list"
12 DOMAIN = "tradfri"
13 FACTORY = "tradfri_factory"
14 KEY_API = "tradfri_api"