Home Assistant Unofficial Reference 2024.12.1
diagnostics.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.bmw_connected_drive.diagnostics
 

Functions

dict[str, Any] homeassistant.components.bmw_connected_drive.diagnostics.async_get_config_entry_diagnostics (HomeAssistant hass, BMWConfigEntry config_entry)
 
dict[str, Any] homeassistant.components.bmw_connected_drive.diagnostics.async_get_device_diagnostics (HomeAssistant hass, BMWConfigEntry config_entry, DeviceEntry device)
 
dict homeassistant.components.bmw_connected_drive.diagnostics.vehicle_to_dict (MyBMWVehicle|None vehicle)
 

Variables

list homeassistant.components.bmw_connected_drive.diagnostics.TO_REDACT_DATA
 
list homeassistant.components.bmw_connected_drive.diagnostics.TO_REDACT_INFO = [CONF_USERNAME, CONF_PASSWORD, CONF_REFRESH_TOKEN]