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

Functions

dict[str, Any] async_get_config_entry_diagnostics (HomeAssistant hass, RoborockConfigEntry config_entry)
 

Variables

list TO_REDACT_CONFIG = ["token", "sn", "rruid", CONF_UNIQUE_ID, "username", "uid"]
 
list TO_REDACT_COORD = ["duid", "localKey", "mac", "bssid"]
 

Detailed Description

Support for the Airzone diagnostics.

Function Documentation

◆ async_get_config_entry_diagnostics()

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

Definition at line 18 of file diagnostics.py.

Variable Documentation

◆ TO_REDACT_CONFIG

list homeassistant.components.roborock.diagnostics.TO_REDACT_CONFIG = ["token", "sn", "rruid", CONF_UNIQUE_ID, "username", "uid"]

Definition at line 13 of file diagnostics.py.

◆ TO_REDACT_COORD

list homeassistant.components.roborock.diagnostics.TO_REDACT_COORD = ["duid", "localKey", "mac", "bssid"]

Definition at line 15 of file diagnostics.py.