Home Assistant Unofficial Reference 2024.12.1
diagnostics.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.subaru.diagnostics
 

Functions

dict[str, Any] homeassistant.components.subaru.diagnostics.async_get_config_entry_diagnostics (HomeAssistant hass, ConfigEntry config_entry)
 
dict[str, Any] homeassistant.components.subaru.diagnostics.async_get_device_diagnostics (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device)
 

Variables

list homeassistant.components.subaru.diagnostics.CONFIG_FIELDS_TO_REDACT = [CONF_USERNAME, CONF_PASSWORD, CONF_PIN, CONF_DEVICE_ID]
 
list homeassistant.components.subaru.diagnostics.DATA_FIELDS_TO_REDACT = [VEHICLE_VIN, VEHICLE_NAME, LATITUDE, LONGITUDE, ODOMETER]