Home Assistant Unofficial Reference 2024.12.1
diagnostics.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.axis.diagnostics
 

Functions

dict[str, Any] homeassistant.components.axis.diagnostics.async_get_config_entry_diagnostics (HomeAssistant hass, AxisConfigEntry config_entry)
 

Variables

dictionary homeassistant.components.axis.diagnostics.REDACT_BASIC_DEVICE_INFO = {"SerialNumber", "SocSerialNumber"}
 
dictionary homeassistant.components.axis.diagnostics.REDACT_CONFIG = {CONF_MAC, CONF_PASSWORD, CONF_UNIQUE_ID, CONF_USERNAME}
 
dictionary homeassistant.components.axis.diagnostics.REDACT_VAPIX_PARAMS = {"root.Network", "System.SerialNumber"}