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

Variables

string ADDON_SLUG = "core_matter_server"
 
string CONF_INTEGRATION_CREATED_ADDON = "integration_created_addon"
 
string CONF_USE_ADDON = "use_addon"
 
string DOMAIN = "matter"
 
int FEATUREMAP_ATTRIBUTE_ID = 65532
 
string ID_TYPE_DEVICE_ID = "deviceid"
 
string ID_TYPE_SERIAL = "serial"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Matter integration.

Variable Documentation

◆ ADDON_SLUG

string homeassistant.components.matter.const.ADDON_SLUG = "core_matter_server"

Definition at line 5 of file const.py.

◆ CONF_INTEGRATION_CREATED_ADDON

string homeassistant.components.matter.const.CONF_INTEGRATION_CREATED_ADDON = "integration_created_addon"

Definition at line 7 of file const.py.

◆ CONF_USE_ADDON

string homeassistant.components.matter.const.CONF_USE_ADDON = "use_addon"

Definition at line 8 of file const.py.

◆ DOMAIN

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

Definition at line 10 of file const.py.

◆ FEATUREMAP_ATTRIBUTE_ID

int homeassistant.components.matter.const.FEATUREMAP_ATTRIBUTE_ID = 65532

Definition at line 17 of file const.py.

◆ ID_TYPE_DEVICE_ID

string homeassistant.components.matter.const.ID_TYPE_DEVICE_ID = "deviceid"

Definition at line 14 of file const.py.

◆ ID_TYPE_SERIAL

string homeassistant.components.matter.const.ID_TYPE_SERIAL = "serial"

Definition at line 15 of file const.py.

◆ LOGGER

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

Definition at line 11 of file const.py.