Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tradfri.const Namespace Reference

Variables

string CONF_GATEWAY_ID = "gateway_id"
 
string CONF_IDENTITY = "identity"
 
string CONF_KEY = "key"
 
string COORDINATOR = "coordinator"
 
string COORDINATOR_LIST = "coordinator_list"
 
string DOMAIN = "tradfri"
 
string FACTORY = "tradfri_factory"
 
string KEY_API = "tradfri_api"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Consts used by Tradfri.

Variable Documentation

◆ CONF_GATEWAY_ID

string homeassistant.components.tradfri.const.CONF_GATEWAY_ID = "gateway_id"

Definition at line 7 of file const.py.

◆ CONF_IDENTITY

string homeassistant.components.tradfri.const.CONF_IDENTITY = "identity"

Definition at line 8 of file const.py.

◆ CONF_KEY

string homeassistant.components.tradfri.const.CONF_KEY = "key"

Definition at line 9 of file const.py.

◆ COORDINATOR

string homeassistant.components.tradfri.const.COORDINATOR = "coordinator"

Definition at line 10 of file const.py.

◆ COORDINATOR_LIST

string homeassistant.components.tradfri.const.COORDINATOR_LIST = "coordinator_list"

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.tradfri.const.DOMAIN = "tradfri"

Definition at line 12 of file const.py.

◆ FACTORY

string homeassistant.components.tradfri.const.FACTORY = "tradfri_factory"

Definition at line 13 of file const.py.

◆ KEY_API

string homeassistant.components.tradfri.const.KEY_API = "tradfri_api"

Definition at line 14 of file const.py.

◆ LOGGER

homeassistant.components.tradfri.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.