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

Functions

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

Variables

dictionary REDACT_CONFIG
 
dictionary REDACT_DEVICE = {"did", CONF_NAME, "homeId"}
 

Detailed Description

Ecovacs diagnostics.

Function Documentation

◆ async_get_config_entry_diagnostics()

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

Definition at line 24 of file diagnostics.py.

Variable Documentation

◆ REDACT_CONFIG

dictionary homeassistant.components.ecovacs.diagnostics.REDACT_CONFIG
Initial value:
1 = {
2  CONF_USERNAME,
3  CONF_PASSWORD,
4  "title",
5  CONF_OVERRIDE_MQTT_URL,
6  CONF_OVERRIDE_REST_URL,
7 }

Definition at line 14 of file diagnostics.py.

◆ REDACT_DEVICE

dictionary homeassistant.components.ecovacs.diagnostics.REDACT_DEVICE = {"did", CONF_NAME, "homeId"}

Definition at line 21 of file diagnostics.py.