Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.guardian.const
 

Variables

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