Functions | |
| dict[str, Any] | async_get_config_entry_diagnostics (HomeAssistant hass, ConfigEntry config_entry) |
| dict[str, Any] | redact_store (dict[str, Any] data) |
Variables | |
| dictionary | TO_REDACT |
Provides diagnostics for google calendar.
| dict[str, Any] homeassistant.components.google.diagnostics.async_get_config_entry_diagnostics | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Return diagnostics for a config entry.
Definition at line 42 of file diagnostics.py.
| dict[str, Any] homeassistant.components.google.diagnostics.redact_store | ( | dict[str, Any] | data | ) |
Redact personal information from calendar events in the store.
Definition at line 24 of file diagnostics.py.
| dictionary homeassistant.components.google.diagnostics.TO_REDACT |
Definition at line 13 of file diagnostics.py.