Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.guardian.const Namespace Reference

Variables

string API_SENSOR_PAIR_DUMP = "sensor_pair_dump"
 
string API_SENSOR_PAIRED_SENSOR_STATUS = "sensor_paired_sensor_status"
 
string API_SYSTEM_DIAGNOSTICS = "system_diagnostics"
 
string API_SYSTEM_ONBOARD_SENSOR_STATUS = "system_onboard_sensor_status"
 
string API_VALVE_STATUS = "valve_status"
 
string API_WIFI_STATUS = "wifi_status"
 
string CONF_UID = "uid"
 
string DOMAIN = "guardian"
 
 LOGGER = logging.getLogger(__package__)
 
string SIGNAL_PAIRED_SENSOR_COORDINATOR_ADDED = "guardian_paired_sensor_coordinator_added_{0}"
 

Detailed Description

Constants for the Elexa Guardian integration.

Variable Documentation

◆ API_SENSOR_PAIR_DUMP

string homeassistant.components.guardian.const.API_SENSOR_PAIR_DUMP = "sensor_pair_dump"

Definition at line 10 of file const.py.

◆ API_SENSOR_PAIRED_SENSOR_STATUS

string homeassistant.components.guardian.const.API_SENSOR_PAIRED_SENSOR_STATUS = "sensor_paired_sensor_status"

Definition at line 9 of file const.py.

◆ API_SYSTEM_DIAGNOSTICS

string homeassistant.components.guardian.const.API_SYSTEM_DIAGNOSTICS = "system_diagnostics"

Definition at line 11 of file const.py.

◆ API_SYSTEM_ONBOARD_SENSOR_STATUS

string homeassistant.components.guardian.const.API_SYSTEM_ONBOARD_SENSOR_STATUS = "system_onboard_sensor_status"

Definition at line 12 of file const.py.

◆ API_VALVE_STATUS

string homeassistant.components.guardian.const.API_VALVE_STATUS = "valve_status"

Definition at line 13 of file const.py.

◆ API_WIFI_STATUS

string homeassistant.components.guardian.const.API_WIFI_STATUS = "wifi_status"

Definition at line 14 of file const.py.

◆ CONF_UID

string homeassistant.components.guardian.const.CONF_UID = "uid"

Definition at line 16 of file const.py.

◆ DOMAIN

string homeassistant.components.guardian.const.DOMAIN = "guardian"

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.guardian.const.LOGGER = logging.getLogger(__package__)

Definition at line 7 of file const.py.

◆ SIGNAL_PAIRED_SENSOR_COORDINATOR_ADDED

string homeassistant.components.guardian.const.SIGNAL_PAIRED_SENSOR_COORDINATOR_ADDED = "guardian_paired_sensor_coordinator_added_{0}"

Definition at line 18 of file const.py.