Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.devolo_home_network.diagnostics Namespace Reference

Functions

dict[str, Any] async_get_config_entry_diagnostics (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry)
 

Variables

dictionary TO_REDACT = {CONF_PASSWORD}
 

Detailed Description

Diagnostics support for devolo Home Network.

Function Documentation

◆ async_get_config_entry_diagnostics()

dict[str, Any] homeassistant.components.devolo_home_network.diagnostics.async_get_config_entry_diagnostics ( HomeAssistant  hass,
DevoloHomeNetworkConfigEntry   entry 
)
Return diagnostics for a config entry.

Definition at line 16 of file diagnostics.py.

Variable Documentation

◆ TO_REDACT

dictionary homeassistant.components.devolo_home_network.diagnostics.TO_REDACT = {CONF_PASSWORD}

Definition at line 13 of file diagnostics.py.