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

Variables

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

Detailed Description

Nexia constants.

Variable Documentation

◆ ATTR_AIRCLEANER_MODE

string homeassistant.components.nexia.const.ATTR_AIRCLEANER_MODE = "aircleaner_mode"

Definition at line 22 of file const.py.

◆ ATTR_DEHUMIDIFY_SETPOINT

string homeassistant.components.nexia.const.ATTR_DEHUMIDIFY_SETPOINT = "dehumidify_setpoint"

Definition at line 27 of file const.py.

◆ ATTR_DESCRIPTION

string homeassistant.components.nexia.const.ATTR_DESCRIPTION = "description"

Definition at line 20 of file const.py.

◆ ATTR_HUMIDIFY_SETPOINT

string homeassistant.components.nexia.const.ATTR_HUMIDIFY_SETPOINT = "humidify_setpoint"

Definition at line 26 of file const.py.

◆ ATTR_RUN_MODE

string homeassistant.components.nexia.const.ATTR_RUN_MODE = "run_mode"

Definition at line 24 of file const.py.

◆ ATTRIBUTION

string homeassistant.components.nexia.const.ATTRIBUTION = "Data provided by Trane Technologies"

Definition at line 14 of file const.py.

◆ BRAND_ASAIR_NAME

string homeassistant.components.nexia.const.BRAND_ASAIR_NAME = "American Standard Home"

Definition at line 36 of file const.py.

◆ BRAND_NEXIA_NAME

string homeassistant.components.nexia.const.BRAND_NEXIA_NAME = "Nexia"

Definition at line 35 of file const.py.

◆ BRAND_TRANE_NAME

string homeassistant.components.nexia.const.BRAND_TRANE_NAME = "Trane Home"

Definition at line 37 of file const.py.

◆ CONF_BRAND

string homeassistant.components.nexia.const.CONF_BRAND = "brand"

Definition at line 16 of file const.py.

◆ DOMAIN

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

Definition at line 18 of file const.py.

◆ MANUFACTURER

string homeassistant.components.nexia.const.MANUFACTURER = "Trane"

Definition at line 30 of file const.py.

◆ PLATFORMS

list homeassistant.components.nexia.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.CLIMATE,
4  Platform.NUMBER,
5  Platform.SCENE,
6  Platform.SENSOR,
7  Platform.SWITCH,
8 ]

Definition at line 5 of file const.py.

◆ SIGNAL_THERMOSTAT_UPDATE

string homeassistant.components.nexia.const.SIGNAL_THERMOSTAT_UPDATE = "NEXIA_CLIMATE_THERMOSTAT_UPDATE"

Definition at line 33 of file const.py.

◆ SIGNAL_ZONE_UPDATE

string homeassistant.components.nexia.const.SIGNAL_ZONE_UPDATE = "NEXIA_CLIMATE_ZONE_UPDATE"

Definition at line 32 of file const.py.