Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.nexia.const
 

Variables

string homeassistant.components.nexia.const.ATTR_AIRCLEANER_MODE = "aircleaner_mode"
 
string homeassistant.components.nexia.const.ATTR_DEHUMIDIFY_SETPOINT = "dehumidify_setpoint"
 
string homeassistant.components.nexia.const.ATTR_DESCRIPTION = "description"
 
string homeassistant.components.nexia.const.ATTR_HUMIDIFY_SETPOINT = "humidify_setpoint"
 
string homeassistant.components.nexia.const.ATTR_RUN_MODE = "run_mode"
 
string homeassistant.components.nexia.const.ATTRIBUTION = "Data provided by Trane Technologies"
 
string homeassistant.components.nexia.const.BRAND_ASAIR_NAME = "American Standard Home"
 
string homeassistant.components.nexia.const.BRAND_NEXIA_NAME = "Nexia"
 
string homeassistant.components.nexia.const.BRAND_TRANE_NAME = "Trane Home"
 
string homeassistant.components.nexia.const.CONF_BRAND = "brand"
 
string homeassistant.components.nexia.const.DOMAIN = "nexia"
 
string homeassistant.components.nexia.const.MANUFACTURER = "Trane"
 
list homeassistant.components.nexia.const.PLATFORMS
 
string homeassistant.components.nexia.const.SIGNAL_THERMOSTAT_UPDATE = "NEXIA_CLIMATE_THERMOSTAT_UPDATE"
 
string homeassistant.components.nexia.const.SIGNAL_ZONE_UPDATE = "NEXIA_CLIMATE_ZONE_UPDATE"