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

Functions

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

Variables

dictionary TO_REDACT = {"device_id", "device_key", "ip_address", "mac_address"}
 

Detailed Description

Diagnostics support for Switcher.

Function Documentation

◆ async_get_config_entry_diagnostics()

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

Definition at line 16 of file diagnostics.py.

Variable Documentation

◆ TO_REDACT

dictionary homeassistant.components.switcher_kis.diagnostics.TO_REDACT = {"device_id", "device_key", "ip_address", "mac_address"}

Definition at line 13 of file diagnostics.py.