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

Functions

dict[str, Any] async_get_config_entry_diagnostics (HomeAssistant hass, AemetConfigEntry config_entry)
 

Variables

list TO_REDACT_CONFIG
 
list TO_REDACT_COORD
 

Detailed Description

Support for the AEMET OpenData diagnostics.

Function Documentation

◆ async_get_config_entry_diagnostics()

dict[str, Any] homeassistant.components.aemet.diagnostics.async_get_config_entry_diagnostics ( HomeAssistant  hass,
AemetConfigEntry   config_entry 
)
Return diagnostics for a config entry.

Definition at line 32 of file diagnostics.py.

Variable Documentation

◆ TO_REDACT_CONFIG

list homeassistant.components.aemet.diagnostics.TO_REDACT_CONFIG
Initial value:
1 = [
2  CONF_API_KEY,
3  CONF_LATITUDE,
4  CONF_LONGITUDE,
5  CONF_UNIQUE_ID,
6 ]

Definition at line 20 of file diagnostics.py.

◆ TO_REDACT_COORD

list homeassistant.components.aemet.diagnostics.TO_REDACT_COORD
Initial value:
1 = [
2  AOD_COORDS,
3 ]

Definition at line 27 of file diagnostics.py.