Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.matter.const
 

Variables

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