Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.matter
 

Functions

None homeassistant.components.matter._async_ensure_addon_running (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.matter._client_listen (HomeAssistant hass, ConfigEntry entry, MatterClient matter_client, asyncio.Event init_ready)
 
AddonManager homeassistant.components.matter._get_addon_manager (HomeAssistant hass)
 
None homeassistant.components.matter._remove_via_devices (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry)
 
bool homeassistant.components.matter.async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry)
 
None homeassistant.components.matter.async_remove_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.matter.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.matter.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
MatterDeviceInfo|None homeassistant.components.matter.get_matter_device_info (HomeAssistant hass, str device_id)
 

Variables

int homeassistant.components.matter.CONNECT_TIMEOUT = 10
 
int homeassistant.components.matter.LISTEN_READY_TIMEOUT = 30