Functions | |
| dict[str, Any] | async_get_config_entry_diagnostics (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| dictionary | REDACT_CONFIG = {CONF_MAC} |
| dictionary | REDACT_DEVICE_INFO = {"mac_address", "owner"} |
Diagnostics support for Modern Forms.
| dict[str, Any] homeassistant.components.modern_forms.diagnostics.async_get_config_entry_diagnostics | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Return diagnostics for a config entry.
Definition at line 20 of file diagnostics.py.
| dictionary homeassistant.components.modern_forms.diagnostics.REDACT_CONFIG = {CONF_MAC} |
Definition at line 16 of file diagnostics.py.
| dictionary homeassistant.components.modern_forms.diagnostics.REDACT_DEVICE_INFO = {"mac_address", "owner"} |
Definition at line 17 of file diagnostics.py.