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

Functions

dict[str, Any] async_get_config_entry_diagnostics (HomeAssistant hass, RainMachineConfigEntry entry)
 

Variables

string CONF_STATION_ID = "stationID"
 
string CONF_STATION_NAME = "stationName"
 
string CONF_STATION_SOURCE = "stationSource"
 
string CONF_TIMEZONE = "timezone"
 
dictionary TO_REDACT
 

Detailed Description

Diagnostics support for RainMachine.

Function Documentation

◆ async_get_config_entry_diagnostics()

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

Definition at line 41 of file diagnostics.py.

Variable Documentation

◆ CONF_STATION_ID

string homeassistant.components.rainmachine.diagnostics.CONF_STATION_ID = "stationID"

Definition at line 22 of file diagnostics.py.

◆ CONF_STATION_NAME

string homeassistant.components.rainmachine.diagnostics.CONF_STATION_NAME = "stationName"

Definition at line 23 of file diagnostics.py.

◆ CONF_STATION_SOURCE

string homeassistant.components.rainmachine.diagnostics.CONF_STATION_SOURCE = "stationSource"

Definition at line 24 of file diagnostics.py.

◆ CONF_TIMEZONE

string homeassistant.components.rainmachine.diagnostics.CONF_TIMEZONE = "timezone"

Definition at line 25 of file diagnostics.py.

◆ TO_REDACT

dictionary homeassistant.components.rainmachine.diagnostics.TO_REDACT
Initial value:
1 = {
2  CONF_ELEVATION,
3  CONF_LATITUDE,
4  CONF_LONGITUDE,
5  CONF_PASSWORD,
6  CONF_STATION_ID,
7  CONF_STATION_NAME,
8  CONF_STATION_SOURCE,
9  CONF_TIMEZONE,
10  # Config entry unique ID may contain sensitive data:
11  CONF_UNIQUE_ID,
12 }

Definition at line 27 of file diagnostics.py.