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

Functions

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

Variables

string CONF_CREDIT_CARD = "creditCard"
 
string CONF_EXPIRES = "expires"
 
string CONF_LOCATION_NAME = "locationName"
 
string CONF_PAYMENT_PROFILE_ID = "paymentProfileId"
 
string CONF_SERIAL = "serial"
 
string CONF_SID = "sid"
 
string CONF_SYSTEM_ID = "system_id"
 
string CONF_TITLE = "title"
 
string CONF_UID = "uid"
 
string CONF_WIFI_SSID = "wifi_ssid"
 
dictionary TO_REDACT
 

Detailed Description

Diagnostics support for SimpliSafe.

Function Documentation

◆ async_get_config_entry_diagnostics()

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

Definition at line 55 of file diagnostics.py.

Variable Documentation

◆ CONF_CREDIT_CARD

string homeassistant.components.simplisafe.diagnostics.CONF_CREDIT_CARD = "creditCard"

Definition at line 22 of file diagnostics.py.

◆ CONF_EXPIRES

string homeassistant.components.simplisafe.diagnostics.CONF_EXPIRES = "expires"

Definition at line 23 of file diagnostics.py.

◆ CONF_LOCATION_NAME

string homeassistant.components.simplisafe.diagnostics.CONF_LOCATION_NAME = "locationName"

Definition at line 24 of file diagnostics.py.

◆ CONF_PAYMENT_PROFILE_ID

string homeassistant.components.simplisafe.diagnostics.CONF_PAYMENT_PROFILE_ID = "paymentProfileId"

Definition at line 25 of file diagnostics.py.

◆ CONF_SERIAL

string homeassistant.components.simplisafe.diagnostics.CONF_SERIAL = "serial"

Definition at line 26 of file diagnostics.py.

◆ CONF_SID

string homeassistant.components.simplisafe.diagnostics.CONF_SID = "sid"

Definition at line 27 of file diagnostics.py.

◆ CONF_SYSTEM_ID

string homeassistant.components.simplisafe.diagnostics.CONF_SYSTEM_ID = "system_id"

Definition at line 28 of file diagnostics.py.

◆ CONF_TITLE

string homeassistant.components.simplisafe.diagnostics.CONF_TITLE = "title"

Definition at line 29 of file diagnostics.py.

◆ CONF_UID

string homeassistant.components.simplisafe.diagnostics.CONF_UID = "uid"

Definition at line 30 of file diagnostics.py.

◆ CONF_WIFI_SSID

string homeassistant.components.simplisafe.diagnostics.CONF_WIFI_SSID = "wifi_ssid"

Definition at line 31 of file diagnostics.py.

◆ TO_REDACT

dictionary homeassistant.components.simplisafe.diagnostics.TO_REDACT
Initial value:
1 = {
2  CONF_ADDRESS,
3  CONF_CODE,
4  CONF_CREDIT_CARD,
5  CONF_EXPIRES,
6  CONF_LOCATION,
7  CONF_LOCATION_NAME,
8  CONF_PAYMENT_PROFILE_ID,
9  CONF_SERIAL,
10  CONF_SID,
11  CONF_SYSTEM_ID,
12  # Config entry title may contain sensitive data:
13  CONF_TITLE,
14  CONF_TOKEN,
15  CONF_UID,
16  # Config entry unique ID may contain sensitive data:
17  CONF_UNIQUE_ID,
18  CONF_USERNAME,
19  CONF_WIFI_SSID,
20 }

Definition at line 33 of file diagnostics.py.