Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zwave_js.climate Namespace Reference

Classes

class  DynamicCurrentTempClimate
 
class  ZWaveClimate
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string ATTR_FAN_STATE = "fan_state"
 
int PARALLEL_UPDATES = 0
 
list THERMOSTAT_MODES
 

Detailed Description

Representation of Z-Wave thermostats.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.zwave_js.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Z-Wave climate from config entry.

Definition at line 97 of file climate.py.

Variable Documentation

◆ ATTR_FAN_STATE

string homeassistant.components.zwave_js.climate.ATTR_FAN_STATE = "fan_state"

Definition at line 94 of file climate.py.

◆ PARALLEL_UPDATES

int homeassistant.components.zwave_js.climate.PARALLEL_UPDATES = 0

Definition at line 47 of file climate.py.

◆ THERMOSTAT_MODES

list homeassistant.components.zwave_js.climate.THERMOSTAT_MODES
Initial value:
1 = [
2  ThermostatMode.OFF,
3  ThermostatMode.HEAT,
4  ThermostatMode.COOL,
5  ThermostatMode.AUTO,
6  ThermostatMode.AUTO_CHANGE_OVER,
7  ThermostatMode.FAN,
8  ThermostatMode.DRY,
9 ]

Definition at line 49 of file climate.py.