Home Assistant Unofficial Reference 2024.12.1
diagnostics.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.matter.diagnostics
 

Functions

dict[str, Any] homeassistant.components.matter.diagnostics.async_get_config_entry_diagnostics (HomeAssistant hass, ConfigEntry config_entry)
 
dict[str, Any] homeassistant.components.matter.diagnostics.async_get_device_diagnostics (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device)
 
dict[str, Any] homeassistant.components.matter.diagnostics.redact_matter_attributes (dict[str, Any] node_data)
 
dict[str, Any] homeassistant.components.matter.diagnostics.remove_serialization_type (dict[str, Any] data)
 

Variables

dictionary homeassistant.components.matter.diagnostics.ATTRIBUTES_TO_REDACT = {Objects.BasicInformation.Attributes.Location}