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

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
 

Detailed Description

Provides diagnostics for google calendar.

Function Documentation

◆ async_get_config_entry_diagnostics()

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.

◆ redact_store()

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.

Variable Documentation

◆ TO_REDACT

dictionary homeassistant.components.google.diagnostics.TO_REDACT
Initial value:
1 = {
2  "id",
3  "ical_uuid",
4  "summary",
5  "description",
6  "location",
7  "attendees",
8  "recurring_event_id",
9 }

Definition at line 13 of file diagnostics.py.